The Conversation object
Conversations your app user participates in.
Attributes
idUUIDRequiredUnique ID of the conversation.
organization_idUUIDRequiredOrganization the conversation belongs to.
typedirect, group, broadcastRequiredDirect message, group, or broadcast conversation.
created_attimestampRequiredWhen the conversation was created.
Endpoints
| Method | Path | Endpoint |
|---|---|---|
| GET | /conversations | List conversations |
| GET | /conversations/{conversationId} | Retrieve a conversation |
Last updated on