Examples by country
🔑 Sandbox credentials
Sandbox environment credentials
In order to develop your API, you can use the following credentials for our mexican demo environment
Get token
- Endpoint: https://api-billing.koywe.com/V1/auth
- Method: POST
- Required headers:
- Content-Type: application/json
- Accept: /
{
"grant_type": "password",
"client_id": "demo/001",
"client_secret": "ad258748356c5104df2bf4bdbabd3352",
"username": "demomexico",
"password": "caad9edac5589a5c74144d3450e32b0e"
}
Account id for mexican sandbox
{
"account_id": 11857
}
API Reference POST /auth
Detailed endpoint documentation
Next steps
After connecting, try creating your first document with our examples.