application/json

Body Required

Responses

POST /channel-sites.json
curl \
 --request POST 'http://api.example.com/v1/channel-sites.json' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"channelId":42,"externalId":"string","name":"string"}'
Request examples
{
  "channelId": 42,
  "externalId": "string",
  "name": "string"
}
Response examples (200)
{
  "channelId": 42,
  "createdAt": "2025-05-04T09:42:00Z",
  "externalId": "string",
  "id": 42,
  "name": "string",
  "updatedAt": "2025-05-04T09:42:00Z"
}