Skip to main content

Create Channel API Token

POST 

/api/channel/tokens

Creates a new Sanctum token with channel:read and channel:write abilities for a sales channel integration instance. If a token with these abilities already exists, it will be replaced.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Fields:

  • name (required): Token name (max 255 chars)
  • integration_instance_id (required): ID of the integration instance

Request

Responses

OK

Response Headers
    Content-Type