cURL
curl --request GET \ --url https://api-connect-us.bridge.new/bridge/api/v1/workspaces/{workspaceId}/provider-channels \ --header 'x-api-key: <x-api-key>'
{ "workspaceId": "<string>", "providerChannels": [ { "provider": "WHATSAPP", "identifier": "<string>" } ] }
Gets a provider channels by its unique identifier within the workspace
Copy the API key as provided by the Bridge Console.
Unique identifier of the workspace (UUID v4).
Successful Response
List of provider channels (phone numbers) available for this workspace.
Show child attributes
Was this page helpful?