Skip to main content
POST
/
stores
/
{storeId}
/
licenses
/
verify
Verify a license key
curl --request POST \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/licenses/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>",
  "productId": "<string>"
}
'
{
  "ok": true,
  "data": "<unknown>"
}

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

Body

application/json
key
string
required
Required string length: 1 - 512
productId
string

Response

Successful operation

ok
boolean
required
data
any
required