Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The email address of the user whose licenses you want to retrieve
Response
200 - application/json
Fields in the Response:
- domain_or_ip: The domain or IP address associated with the license.
- license_key: The unique key assigned to the license.
- status: The current status of the license (e.g.,
valid
,invalid
).