Skip to main content
GET
/
stores
/
{storeId}
/
licenses
/
{licenseId}
Get license details
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/licenses/{licenseId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": "<string>",
    "key": "<string>",
    "status": "AVAILABLE",
    "productId": "<string>",
    "variantId": "<string>",
    "orderId": "<string>",
    "customerId": "<string>",
    "claimedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Store API token. Use the sk_ prefixed secret key as the Bearer token.

Path Parameters

storeId
string
required

Store ID (shp_ prefix)

Required string length: 12 - 48
licenseId
string
required

License ID (lic_ prefix)

Required string length: 12 - 48

Response

License details

ok
boolean
required
data
object
required