Skip to content

Get consent by ID

Request

Retrieve a consent by ID.

Required permissions: apps:read, [appId]:read, consents:read.

Security
ClientAccessToken
Path
consentIdstringrequired

ID of the consent to retrieve

curl -i -X GET \
  'https://api.transmitsecurity.io/cis/v1/consents/{consentId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
resultobjectrequired
Response
{ "result": { "consent_id": "string", "tenant_id": "string", "app_id": "string", "client_id": "string", "user_id": "string", "scope": "string", "created_at": 0, "expires_at": 0, "updated_at": 0 } }