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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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