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 https://api.balampay.com/auth \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "client_id": "{{client_id}}", "password": "{{password}}" } '
{ "message": "Auth token", "data": { "access_token": "eyJ…", "expires_in": 3600, "token_type": "Bearer" } }
API key issued by Kira. Required on every request, including /auth.
/auth
The body is of type object.
object
Access token issued.
Show child attributes