Events
List events
List all events in a project
get/v1/projects/{project_id}/events
Query parameters
conversation_idstring
Resource name (id) of the conversation. One of conversation_id or contact_id needs to be present.
contact_idstring
Resource name (id) of the contact. One of conversation_id or contact_id needs to be present.
page_sizeinteger
Maximum number of events to fetch. Defaults to 10 and the maximum is 20.
page_tokenstring
Next page token previously returned if any. When specifying this token, make sure to use the same values for the other parameters from the request that originated the token, otherwise the paged results may be inconsistent.
Response
A successful response.
Example response
{
"events": [
{
"channel_identity": {
"channel": "WHATSAPP"
}
}
]
}