Parameter | Description |
---|---|
The email of the person to retrieve. | |
Phone Number | The phone number of the person to retrieve. The phone number format must be E.164 (e.g. +17132746524 ). |
Since | An optional filter to restrict the list to people created on or after this time. |
Until | An optional filter to restrict the list to people created on or before this time. |
Parameter | Description |
---|---|
Limit | Number of results to return per page. The max is 100. |
[
{
"id": "<string>",
"name": null,
"email": "<string>",
"created_at": 1668988085,
"last_sent_at": 551383419,
"last_responded_at": null,
"next_survey_scheduled_at": null
},
{
"id": "<string>",
"name": null,
"email": "<string>",
"created_at": 1552769615,
"last_sent_at": 1438396628,
"last_responded_at": null,
"next_survey_scheduled_at": null
}
]
Was this page helpful?