Get Conversation
Fetch a specific conversation using either its unique identifier or by matching sender and recipient details.
Headers
PINNACLE-API-KEY
Request
This endpoint expects an object.
Get by ID
Retrieve conversation information by ID.
OR
Get by Participants
Retrieve conversation information by sender and recipient.
Response
Returns the full conversation details, or null if not found.
brandId
Identifier for the brand associated with this conversation.
campaign
Campaign information if this conversation is part of a marketing campaign.
contact
Contact information for the recipient in a conversation.
createdAt
ISO 8601 timestamp when the conversation was created.
id
Unique identifier for the conversation.
notes
Free-form notes or comments about the conversation.
sender
The sender of messages in this conversation. Can be:
- A phone number with its capabilities and metadata
- An RCS agent with ID and name
- `null` if no sender is associated
updatedAt
ISO 8601 timestamp when the conversation was last updated.