Create Sanctum Token (for Integration Instance)
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.
Authentication: Requires Bearer token.
Fields:
- name (required): Token name (max 255 chars)
- integration_instance_id (required): ID of the integration instance
Request
Responses
- 200
Successful response