Skip to content
Pile
Esc
navigateopen⌘Jpreview

Validate a support channel

POST/workspaces/{organizationId}/support/channels/{channelId}/validate
Path parameters
organizationIdstringrequired
channelIdstringrequired
Responses
200Validation result
okbooleanrequired
messagestring
404Channel not found or inactive
Try it
Server
Parameters
Request
curl -X POST "/workspaces/string/support/channels/string/validate"
Response
{
  "ok": true,
  "message": "string"
}