v1
latestOpenAPI 3.0.02026-07-24378968.5 KBChat
/chat/{id}
Retrives information about a specific chat
get/chat/{id}
Path parameters
idstring required
Query parameters
pagenumber
Page to search
limitnumber
Limit of items to return, MIN = 1 and MAX = 100
propertystring required
Name of the property to sort
direction'asc' | 'desc' required
'asc' or 'desc' to order the result
Headers
octa-agent-emailstring
Response
Example response
{
"contact": {
"name": "Jane Doe",
"email": "jane_doe@test.com",
"phoneContacts": [
{
"number": "119999999999",
"countryCode": "55"
}
]
},
"pastAgents": [
{
"phoneContacts": {
"number": "119999999999",
"countryCode": "55"
}
}
],
"agent": {
"phoneContacts": {
"number": "119999999999",
"countryCode": "55"
}
},
"messages": [
{
"sentBy": {
"phoneContacts": {
"number": "119999999999",
"countryCode": "55"
}
},
"mentions": [
{
"phoneContacts": {
"number": "119999999999",
"countryCode": "55"
}
}
]
}
],
"closed": {
"closedBy": {
"phoneContacts": {
"number": "119999999999",
"countryCode": "55"
}
}
}
}