ES | EN

📄 MIPYME Documents

Authenticate and receive a bearer token

POST
Endpoint URL https://api-billing.koywe.com/V1/auth

Parameters

No parameters.

Request body (example)

{
    "grant_type": "password",
    "client_id": "string",
    "client_secret": "string",
    "username": "string",
    "password": "string"
}

Responses

200 Successful authentication