📄 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 (ejemplo)
{
"grant_type": "password",
"client_id": "string",
"client_secret": "string",
"username": "string",
"password": "string"
}
Respuestas
200
Successful authentication