cURL
curl --request GET \ --url https://idaas.yourflexpay.com/api/v1/consent/{consentToken} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "errorCode": "<string>", "data": { "consentToken": "<string>", "tagString": "<string>", "requestingAppName": "<string>", "requestingSubjectDisplay": "<string>", "ownerDisplay": "<string>", "tokenExpiresAt": "2023-11-07T05:31:56Z", "expired": true, "claimState": "<string>" }, "errors": [ "<string>" ], "timestamp": "2023-11-07T05:31:56Z" }
Returns consent request details for a consent token so a user can review and decide to approve or deny.
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.
POST /v1/auth/token
client_id
client_secret
Bearer <token>
Consent details returned
Show child attributes