Examples by country
🔑 Sandbox credentials
In order to develop your API, you can use the following credentials for our argentine 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": "1ac1baf6288f8ca90e313e448b2807c5",
"username": "demoargentina",
"password": "72438e29341796776f79689497c57d17"
}
After connecting, try creating your first document with our examples.
API Reference POST /auth
Detailed endpoint documentation