🔑 Sandbox environment credentials

In order to develop your API, you can use the following credentials for our argentine demo environment

Endpoint: https://api-billing.koywe.com/V1/auth

  • Method: POST
  • Required headers:
    • Content-Type: application/json
    • Accept: */*
1{
2 "grant_type": "password",
3 "client_id": "demo/001",
4 "client_secret": "1ac1baf6288f8ca90e313e448b2807c5",
5 "username": "demoargentina",
6 "password": "72438e29341796776f79689497c57d17"
7}

After connecting, try creating your first document with our examples.