Endpoint
Path parameters
The
request_id returned from Send Notification or Interactive Notifications.Headers
| Header | Required | Description |
|---|---|---|
X-API-Key | Yes | Your API key (must belong to the same organization) |
Response
Overall request status:
"pending"— Waiting for responses or timeout"finished"— All users responded or timeout reached
Your correlation ID, if provided in the original request.
One entry per recipient:
| Field | Type | Description |
|---|---|---|
user_email | string | Recipient email |
option_value | string | null | The value of the chosen option, or null if not yet responded |
timestamp | string | null | ISO 8601 timestamp of the response |
expired | boolean | Whether this user’s response window expired |
Example
Pending response
Finished response
Errors
| Status | Details |
|---|---|
400 | Invalid request_id format |
401 | Invalid API key |
404 | Request not found or belongs to a different organization |