Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the user the license will be registered to
The domain or IP address associated with the license
The status of the license (valid
, invalid
, etc.)
The ID of the product associated with the license
The ID of the project associated with the license
Response
200 - application/json
Error Responses
401 Unauthorized
: The reseller token is invalid or does not match the license.400 Bad Request
: One or more required headers are missing.500 Internal Server Error
: A database error occurred.
Notes
- All headers listed above must be provided.
- The
Authorization
token must belong to the samereseller_id
that will own the license.