Activate a domain for a license
POST/licenses/:licenseKey/domains
Activates the given domain against the license, consuming one seat.
Returns the updated activation list. Fails with 409 when the seat limit
is already reached.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 429
Domain activated.
The request was malformed or missing required parameters.
The vendor API key is missing or invalid.
The license is not permitted to perform this operation. The code
distinguishes the cause: license_invalid, expired, or
domain_not_activated.
The license or resource does not exist.
Activating the domain would exceed the license seat limit.
Too many requests. Back off and retry later.
Response Headers
Retry-After
Seconds to wait before retrying.
Example:
30