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>"
}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>"
}Store API token. Use the sk_ prefixed secret key as the Bearer token.
Store ID (shp_ prefix)
12 - 48