Providers
Get Provider by ID
Retrieve a specific telephony provider configuration by its ID
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
- ID Lookup: Use Get All Providers to find IDs before fetching individual records
- Error Handling: Handle 404 responses when a configuration ID is no longer valid
- Security:
auth_tokenis never returned - onlyaccount_sidis visible for security - Org-Handle: Ensure the correct organization handle is used to access configurations within your org
- Validation: Use this endpoint to verify a provider configuration exists before connecting it to a bridge
Get Provider by ID