# List contact endpoints List all available contact endpoints in an organization. Endpoint: GET /beta/contact-endpoints Version: beta Security: ApiKeyAuth ## Query parameters: - `_type` (string) An optional contact type can be specified to filter the contact endpoints. If not provided, all types are listed. Possible values: [EmailEndpoint, TelephonyEndpoint] ## Response 200 fields (application/json): - `data` (array) ## Response 400 fields (application/json): - `message` (string, required) ## Response 500 fields (application/json): - `message` (string, required)