Skip to main content
GET
/
bridge
/
api
/
v1
/
workspaces
/
{workspaceId}
/
provider-channels
Get provider channels by workspace id
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>"
    }
  ]
}

Headers

x-api-key
string
required

Copy the API key as provided by the Bridge Console.

Path Parameters

workspaceId
string<uuid>
required

Unique identifier of the workspace (UUID v4).

Response

Successful Response

workspaceId
string
required

Unique identifier of the workspace (UUID v4).

providerChannels
ProviderChannel · object[]
required

List of provider channels (phone numbers) available for this workspace.