curl --request GET \
--url https://api.getfernand.com/conversations/{id}/recipients \
--header 'X-API-Key: <api-key>'[
{
"id": 12345,
"contact_id": 789,
"kind": "cc",
"conversation_id": 456
}
]curl --request GET \
--url https://api.getfernand.com/conversations/{id}/recipients \
--header 'X-API-Key: <api-key>'[
{
"id": 12345,
"contact_id": 789,
"kind": "cc",
"conversation_id": 456
}
]Retrieves all recipients (to, cc, bcc, reply-to) associated with a specific conversation. Recipients are contacts who are part of the conversation thread and will receive messages sent to it.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the conversation
List of recipients retrieved successfully
Unique identifier for the recipient
12345
ID of the contact that is a recipient of this conversation
789
Type of recipient (to, cc, bcc, from, or reply-to)
to, cc, bcc, from, reply-to "cc"
ID of the conversation this recipient belongs to
456
Was this page helpful?