Get conversations configuration
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token
Path parameters
workspaceIdstring · uuidRequired
The unique identifier of the workspace.
channelIdstring · uuidRequiredExample:
The channel ID
ab651378-579a-4491-abe6-eec97d4c0fa3Responses
200
The channel's conversations configuration
application/json
statusstring · enumRequiredPossible values:
Conversation status. If enabled, creates conversations for incoming messages.
404
The requested resource was not found.
application/json
get/workspaces/{workspaceId}/channels/{channelId}/conversational
Examples
curl "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/channels/9673b291-2f71-43c1-a07c-6f2ff0926818/conversational" \
-H "Authorization: AccessKey abcd"{
"status": "active"
}Last updated
Was this helpful?

