Skip to main content
GET
Get Provider by ID

Get Provider Configuration by ID

Retrieve a specific telephony provider configuration by its unique integer identifier. Use this to inspect the details of a particular provider setup.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Path Parameters

You can get the provider configuration id by hitting the Get All Providers API.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Response Fields

Provider Config Object Fields

Common Error Codes

Code Examples

Best Practices

  1. ID Lookup: Use Get All Providers to find IDs before fetching individual records
  2. Error Handling: Handle 404 responses when a configuration ID is no longer valid
  3. Security: auth_token is never returned - only account_sid is visible for security
  4. Org-Handle: Ensure the correct organization handle is used to access configurations within your org
  5. Validation: Use this endpoint to verify a provider configuration exists before connecting it to a bridge

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

id
integer
required
Example:

42

Response

Provider configuration details