Skip to content

Get consents

Request

Get all the consents that were granted or requested by the specified user. This call is authorized by a user access token of this user.

Security
UserAccessToken
curl -i -X GET \
  https://api.sbx.transmitsecurity.io/cis/v1/delegated-access/consents/me \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The requested user permissions

Bodyapplication/json
consents_as_actorArray of objects

Consents requested by this user (as the actor)

consents_as_subjectArray of objects

Consents that this user was requested to grant (as the subject)

Response
{ "consents_as_actor": [ {} ], "consents_as_subject": [ {} ] }