Returns paginated recipients with their status (sent, opened, completed).
curl --request GET \
--url https://api.example.com/v4/routing-form/{id}/recipients \
--header 'x-meetergo-api-user-id: <api-key>'{
"recipients": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"formId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"token": "<string>",
"recipientName": "<string>",
"email": "<string>",
"phone": "<string>",
"sentAt": "2023-11-07T05:31:56Z",
"openedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"submissionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"language": "<string>",
"publicUrl": "<string>",
"status": "sent"
}
],
"total": 123,
"count": 123,
"offset": 123
}User ID to act as when using API Key authentication (required with API Key)
1 <= x <= 100x >= 0curl --request GET \
--url https://api.example.com/v4/routing-form/{id}/recipients \
--header 'x-meetergo-api-user-id: <api-key>'{
"recipients": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"formId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"token": "<string>",
"recipientName": "<string>",
"email": "<string>",
"phone": "<string>",
"sentAt": "2023-11-07T05:31:56Z",
"openedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"submissionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"language": "<string>",
"publicUrl": "<string>",
"status": "sent"
}
],
"total": 123,
"count": 123,
"offset": 123
}