📄 MIPYME Documents
Authenticate and receive a bearer token
POST
Endpoint URL
https://api-billing.koywe.com/V1/auth
Parameters
No parameters.
Request body — fields
| Field | Type | Required | Description |
|---|---|---|---|
grant_type | string | Always required | Use the text 'password' for password type grant |
client_id | string | Always required | — |
client_secret | string | Always required | — |
username | string | Always required | API username, not be confused with your website username |
password | string | Always required | API password, not be confused with your website password |
Request body — JSON example
{
"grant_type": "password",
"client_id": "string",
"client_secret": "string",
"username": "string",
"password": "string"
}
Responses
200
Successful authentication