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
Example request
{
"login_type": "email",
"login_value": "example@crmcarecloud.com",
"password": "password_example"
}Response
OK
Example response
{
"data": {
"customer_id": "8ea2591121e636086a4a9c0992"
}
}