Create a new Channel

Creates a Channel and returns it. Contentful generates the ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
ID of the organization the Channel belongs to.

Request

This endpoint expects an object.
namestringRequired

Human-readable name of the Channel.

descriptionstringRequired
What this Channel is for.
propertieslist of objectsRequired
Properties every linked Destination must supply. Property IDs must be unique within the Channel.
nodePropertieslist of objectsRequired

Properties carried by Destination Nodes. Destination Node property names must be unique, and at most one property of type Path is allowed.

Response

Created - Channel created

namestring
descriptionstring
propertieslist of objects
nodePropertieslist of objects
sysobject