v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tokens

Login to the application

Login of a customer account to client's application. ⚠️ Endpoint is available only in Customer interface.

post/tokens/{token_id}/actions/login

Path parameters

token_idstring required

A client application token.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Request body

login_type'email' | 'phone' | 'card' required

The unique ID of the login type.

login_valuestring required

Value of the login to Customer interface API.

passwordstring password required

Password of the customer.

Example request

{
  "login_type": "email",
  "login_value": "example@crmcarecloud.com",
  "password": "password_example"
}

Response

OK

Example response

{
  "data": {
    "customer_id": "8ea2591121e636086a4a9c0992"
  }
}