API Reference
Get License By ID
Get a single license. Requires the license ID, not license key - to validate keys, use /licenses/validate.
Path Parameters
id*string
License ID to query.
Header Parameters
x-api-key*string
The API key to authenticate with.
Response Body
application/json
curl -X GET "https://loading/api/v1/licenses/string" \ -H "x-api-key: your-api-key-from-config"{
"licenses": [
{
"id": "string",
"userId": "string",
"creatorId": "string",
"productId": "string",
"expires": "string",
"maxIps": 0
}
],
"nextPage": 0
}