Examples by country
🔑 Sandbox credentials
In order to develop your API, you can use the following credentials for our chilean 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": "1.111.111-1/demoapi",
"password": "76be37bcc4970d29e519fca46edead19"
}
Account id for chilean sandbox
{
"account_id": 423
}
API Reference POST /auth
Detailed endpoint documentation: /english/billing/api-reference/billing-api/authentication/authenticate-and-receive-a-bearer-token
Next steps
After connecting, try creating your first document with our examples.