/
Customer Service
Customer Service
In this document we are going to see the available APIs and how they work.
Index
Base url
Production: https://customerservice.cloud.chat-tonic.com/api/v1
Staging: https://customerservice.staging.chat-tonic.com/api/v1
Collection Postman
Postman: https://www.getpostman.com/collections/9bdff9c2b8f6b1a7151f
/user/login
Pathname: {{baseUrl}}/api/v1/user/login
Method: POST
Header:
Accept: 'application/json'
Content-Type: 'application/json'
Request params:
Parameter | type | Description |
---|---|---|
username | String | Request the Chat-Tonic team. |
password | String | Request the Chat-Tonic team. |
Body:
{
"username": "user",
"password": "password"
}
Response:
Return accessToken
{
"id": "5d7fda27f02d5c4e24374cf2",
"username": "demo@chat-tonic.com",
"appCodename": "codename",
"token": "eyJhbGciOiJFUzUxMiIsInR5cCI6IkpXVCJ9...",
...
}
, multiple selections available,
Related content
Customer Service: ¿Qué es y para qué sirve?
Customer Service: ¿Qué es y para qué sirve?
More like this
Conversations
Conversations
Read with this
API
API
Read with this
Data retention
Data retention
More like this
HSMs (english)
HSMs (english)
More like this
Eventos - Métricas personalizadas en Chat-Tonic
Eventos - Métricas personalizadas en Chat-Tonic
More like this