Conversations A P I
Update last seen
Updates the last seen time of the contact in a conversation
Path Parameters
inbox_identifier*string
The identifier obtained from API inbox channel
contact_identifier*string
The source id of contact obtained on contact create
conversation_id*integer
The numeric ID of the conversation
Response Body
application/json
application/json
curl -X POST "https://example.com/public/api/v1/inboxes/string/contacts/string/conversations/0/update_last_seen"Empty
{
"description": "string",
"errors": [
{
"field": "string",
"message": "string",
"code": "string"
}
]
}{
"description": "string",
"errors": [
{
"field": "string",
"message": "string",
"code": "string"
}
]
}