v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014102371.0 MB
Provider

List providers of the given customer

Returns a list of providers for the authenticated customer.

get/providers

Query parameters

page_sizeinteger
Example:25

Number of results to return per page.

page_tokenstring

Cursor token for pagination. Use the next_page_token value from the previous response.

Response

A list of providers for the given customer.

next_page_tokenstring

Cursor token for the next page of results. Pass this value as the page_token parameter in the next request.

Example response

{
  "result": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "type": "sip",
      "hostname": "sip.provider.example.com",
      "tech_prefix": "9",
      "tech_postfix": "#",
      "tech_headers": {
        "X-Custom-Header": "value1"
      },
      "metadata": {
        "telnyx_profile_id": "2944757397136082899",
        "telnyx_connection_id": "2944757397198982899",
        "telnyx_ip_ids": [
          "2944757397261882899"
        ]
      },
      "name": "Twilio SIP Provider",
      "detail": "Primary outbound SIP provider",
      "codecs": "PCMU,PCMA",
      "health_status": "healthy",
      "health_checked_at": "2026-04-20T10:00:00.000000Z",
      "tm_create": "2026-01-15T09:30:00.000000Z",
      "tm_update": "2026-01-16T14:20:00.000000Z",
      "tm_delete": "2026-01-17T18:45:00.000000Z"
    }
  ]
}