📄 MIPYME Documents
Authenticate and receive a bearer token
POST
URL del endpoint
https://api-billing.koywe.com/V1/auth
Parámetros
Sin parámetros.
Cuerpo de la solicitud — campos
| Campo | Tipo | Obligatoriedad | Descripción |
|---|---|---|---|
grant_type | string | Siempre obligatorio | Use the text 'password' for password type grant |
client_id | string | Siempre obligatorio | — |
client_secret | string | Siempre obligatorio | — |
username | string | Siempre obligatorio | API username, not be confused with your website username |
password | string | Siempre obligatorio | API password, not be confused with your website password |
Ejemplo JSON del cuerpo
{
"grant_type": "password",
"client_id": "string",
"client_secret": "string",
"username": "string",
"password": "string"
}
Respuestas
200
Successful authentication