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 — fields

FieldTypeRequiredDescription
grant_typestringAlways requiredUse the text 'password' for password type grant
client_idstringAlways required
client_secretstringAlways required
usernamestringAlways requiredAPI username, not be confused with your website username
passwordstringAlways requiredAPI 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