cURL
curl --request GET \ --url https://pandabase.io/api/products/{productId}/licenses/{licenseId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Storefront-Id: <x-storefront-id>'
{ "ok": true, "data": { "id": "lic_abc123", "key": "XXXX-XXXX-XXXX-XXXX", "product_id": "prod_xyz789", "status": "active", "customer_id": "cust_123456", "metadata": {}, "expires_at": "2025-12-31T23:59:59Z", "activated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } }
Retrieve details of a specific license
V3 API key authentication. Format: sk_v3_xxxxx
sk_v3_xxxxx
Your storefront/shop ID
License retrieved successfully
true
Show child attributes