Skip to main content
GET
Get All Providers

Get All Provider Configurations

Retrieve all telephony provider configurations that have been set up for your organization. Each configuration represents a set of credentials (account SID) linked to a specific telephony provider.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

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. Configuration ID: Note each configuration id - it is used when connecting a provider to a bridge
  2. Multiple Providers: You can have configurations for multiple providers to support different regions
  3. Security: auth_token is never returned in responses for security - only account_sid is shown
  4. Error Handling: Always handle potential errors and edge cases
  5. Regular Auditing: Periodically review and remove unused provider configurations

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Response

List of provider configurations