v1
latestOpenAPI 3.1.02026-07-24770322.0 KBCreate Message Channel
This API endpoint creates a new message channel. See the Message Channel resource for detailed descriptions of the properties.
post/v1/message-channels
Request body
Response
200
Example response
{
"id": "09660260-1e80-40a2-999c-d2255a33aff1",
"object": "messageChannel",
"createdAt": "2023-07-14T19:34:58.199614Z",
"updatedAt": "2023-07-14T19:34:58.199614Z",
"membershipType": "company",
"clientId": "09660260-1e80-40a2-999c-d2255a33aff1",
"companyId": "09660260-1e80-40a2-999c-d2255a33aff1",
"membershipEntityId": "09660260-1e80-40a2-999c-d2255a33aff1",
"memberIds": [
"638f3dc4-0a9c-4585-9b74-60bcdca1b30a"
]
}