Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Error Responses:
500 Internal Server Error
: If there’s an issue retrieving data from the database.
Notes:
- The response contains the license details such as:
registered_to
: The name associated with the license.domain_or_ip
: A list that includes the domain or IP associated with the license, with a possibility to include the "www" variant for domain names.status
: The current status of the license (e.g.,valid
,invalid
).