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
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/delegated-access/consents/me
- US production environmenthttps://api.transmitsecurity.io/cis/v1/delegated-access/consents/me
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/delegated-access/consents/me
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/delegated-access/consents/me
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/delegated-access/consents/me
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/delegated-access/consents/me
curl -i -X GET \
https://api.sbx.transmitsecurity.io/cis/v1/delegated-access/consents/me \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "consents_as_actor": [ { … } ], "consents_as_subject": [ { … } ] }