cURL
curl --request GET \ --url https://api-connect-us.bridge.new/bridge/api/v1/workspaces/{workspaceId}/provider-channels \ --header 'x-api-key: <api-key>'
{ "workspaceId": "<string>", "providerChannels": [ { "provider": "WHATSAPP", "identifier": "<string>" } ] }
Get provider channels by workspace identifier.
Copy the API key as provided by the Bridge Console.
Unique identifier of the workspace (UUID v4).
Successful Response
Response body for provider channels operations.
"92b2d4f3-81e1-4b61-a7ec-6f4ff3b58be5"
List of provider channels (phone numbers) available for this workspace.
Show child attributes
Was this page helpful?