🔑 Sandbox environment credentials

In order to develop your API, you can use the following credentials for our mexican 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": "ad258748356c5104df2bf4bdbabd3352",
5 "username": "demomexico",
6 "password": "caad9edac5589a5c74144d3450e32b0e"
7}

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