Skip to content

Get a list of endpoints.
deprecated

Request

Security
ApiKeyAuth or BearerAuth
Query
typestring(EndpointType)
Enum:"email_address""phone_number"
GET
/v1/endpoints
curl -i -X GET \
  '/v1/endpoints?type=email_address' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Array of endpoints.

Bodyapplication/json
dataArray of any(Endpoint)required
pagingobject(Paging)
Response
{ "data": [ {} ], "paging": { "cursors": {}, "next_page": "string", "prev_page": "string" } }