Get License
Retrieve a single license record by its unique ID.
GET
/v1/licenses/:idReturns a single license record by its unique ID.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
id | string | Required | The license record ID | lic_01HZ8XQ9P2WKRN4M5YJVD3B |
Example Request
bash
curl -X GET "https://api.newvenuedata.com/v1/licenses/lic_01HZ8XQ9P2WKRN4M5YJVD3B" \ -H "Authorization: Bearer ls_live_xxxxx"
Was this page helpful?