Skip to content

Get all consents

Request

Retrieve all consents.

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

Security
ClientAccessToken
Query
client_idstring

ID of the client whose consents are to be retrieved. If not provided, all consents will be retrieved.

user_idstring

ID of the user whose consents are to be retrieved. If not provided, all consents will be retrieved.

curl -i -X GET \
  'https://api.transmitsecurity.io/cis/v1/consents?client_id=string&user_id=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
resultArray of objectsrequired
Response
{ "result": [ { … } ] }