Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
500 Internal Server Error
: If there’s an issue retrieving data from the database.
Notes
- The license is matched based on the decrypted license key.
- If the associated
domain_or_ip
is a domain (e.g.example.com
), the response will include both the domain and itswww.
variant (e.g.www.example.com
) in thedomain_or_ip
array. - If a product is linked to the license, its name is included under
product_name
; otherwise,"None"
is returned.