# Get a list of endpoints. (deprecated) Endpoint: GET /v1/endpoints Version: 1.0.0 Security: ApiKeyAuth, BearerAuth ## Query parameters: - `type` (string) Enum: "email_address", "phone_number" ## Response 200 fields (application/json): - `data` (array, required) - `paging` (object) - `paging.cursors` (object, required) - `paging.cursors.after` (string) The id of the item immediately after the last item in this resultset - `paging.cursors.before` (string) The id of the item immedeately before the first item in this resultset - `paging.next_page` (string) The link to the next page of values - `paging.prev_page` (string) The link to the previsous page of results