Skip to main content
GET
/
bridge
/
api
/
v1
/
workspaces
/
{workspaceId}
/
provider-channels
/
{messageProviderType}
Get provider channels by workspace id and provider type
curl --request GET \
  --url https://api-connect-us.bridge.new/bridge/api/v1/workspaces/{workspaceId}/provider-channels/{messageProviderType} \
  --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).

messageProviderType
enum<string>
required

Message provider type (e.g. WHATSAPP, HEYGIA).

Available options:
WHATSAPP,
HEYGIA

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.