post
https://{baseURL}/consent/organisations/{organisation_uuid}/workspaces/{workspace_uuid}/tokens/generate
Generate an access token and refresh token pair for a specific notice. This token pair can be used to access notice data via the public API and later refresh access without issuing a new consent flow.
Requirements:
- Server-to-Server (S2S) authentication using CMS API key
- At least one user identifier: org_user_id, email, or mobile
Token details:
- JWT-based tokens containing user identification information
- Used for consent tracking and authorization
Note: This endpoint does not create or validate consent users - it only generates authentication tokens.