ES | EN

📄 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

CampoTipoObligatoriedadDescripción
grant_typestringSiempre obligatorioUse the text 'password' for password type grant
client_idstringSiempre obligatorio
client_secretstringSiempre obligatorio
usernamestringSiempre obligatorioAPI username, not be confused with your website username
passwordstringSiempre obligatorioAPI 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