Collection Points
Get Collection Point Token
Use this API to retrieve the JSON Web Token (JWT) for a given Collection Point. The JWT returned in the response can be used as the requestInformation parameter value in the Consent Receipts API in order to pass data subject consent transactions.
get/api/consentmanager/v1/collectionpoints/{collectionpointGuid}/token
Path parameters
collectionpointGuidstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the Collection Point
Query parameters
versioninteger
Example:1
The specific version of the Collection Point to get the token for. If not provided, the most recent version will be used.
state'ACTIVE' | 'DRAFT' | 'RETIRED' | 'INACTIVE'
Example:ACTIVE
Filter by the state of the Collection Point
Response
Successfully retrieved the Collection Point token
string required