GetConsent

SecurityOAuth2
Request
path Parameters
id
required
string

Id of the consent to retrieve

Responses
200

Success

401

Unauthorized

403

Forbidden

404

Not Found

get/consents/{id}
Response samples
application/json
{
  • "consentId": "1E5EFC3B-635E-4973-A605-41D7F0D6D7B3",
  • "status": "authorized",
  • "additionalData": {
    }
}