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": "f385319e9b1a",
"client_secret": "30918ca956766039a8dcc83570c7ce6b",
"username": "20357265992/3359",
"password": "4e20488a62c1eb2ec2031a3167b966c3"
}
After connecting, try creating your first document with our examples.
API Reference POST /auth
Detailed endpoint documentation