API
Ambiente
- Contatos
- Campos Personalizados
- Conversas
- Tags
- Produtos
- Negócios
- Campanhas
- Dashboards
Conversas
Get Session
Buscar sessão por ID
GET
/
v3
/
reports
/
sessions
/
{id}
curl --request GET \
--url https://api4.kinbox.com.br/v3/reports/sessions/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"_id": "<string>",
"operatorMessagesCount": 123,
"assignedOperatorMessagesCount": 123,
"botMessagesCount": 123,
"contactMessagesCount": 123,
"totalMessagesCount": 123,
"trails": [
{}
],
"tags": [
123
],
"followers": [
123
],
"scheduledMessages": [
123
],
"tma": 123,
"tme": 123,
"tmp": 123,
"summary": "<string>",
"campaignId": "<string>",
"tmpResetOnNewAssignment": true,
"mergedFromCustomerId": "<string>",
"conversation": {},
"deals": {},
"call": {},
"workspaceId": 123,
"createdAt": "2023-11-07T05:31:56Z",
"lastUpdateAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url https://api4.kinbox.com.br/v3/reports/sessions/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"_id": "<string>",
"operatorMessagesCount": 123,
"assignedOperatorMessagesCount": 123,
"botMessagesCount": 123,
"contactMessagesCount": 123,
"totalMessagesCount": 123,
"trails": [
{}
],
"tags": [
123
],
"followers": [
123
],
"scheduledMessages": [
123
],
"tma": 123,
"tme": 123,
"tmp": 123,
"summary": "<string>",
"campaignId": "<string>",
"tmpResetOnNewAssignment": true,
"mergedFromCustomerId": "<string>",
"conversation": {},
"deals": {},
"call": {},
"workspaceId": 123,
"createdAt": "2023-11-07T05:31:56Z",
"lastUpdateAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.