Security
ApiKeyAuth or BearerAuth
GET
- ApiKeyAuth
- BearerAuth
curl -i -X GET \
'/v1/endpoints?type=email_address' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- EmailAddress
- PhoneNumber
{ "data": [ { … } ], "paging": { "cursors": { … }, "next_page": "string", "prev_page": "string" } }