Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/v1/business/auth/token \ --header 'Content-Type: application/json' \ --data ' { "apiKey": "bk_live_abc123...", "apiSecret": "bs_live_xyz789..." } '
{ "success": true, "data": { "accessToken": "<string>", "tokenType": "<string>", "expiresIn": 123, "businessId": "<string>", "businessName": "<string>" } }
Business API key
"bk_live_abc123..."
Business API secret
"bs_live_xyz789..."
OK
true
Show child attributes