Checks
Get report consent state
Scope: reports:read
Where the subject is in the consent workflow. For hosted consent,
consentUrl is the link to send the subject if you are delivering it
yourself.
AuthorizationBearer <token>
Use Authorization: Bearer vrf_live_... or vrf_test_....
In: header
Path Parameters
reportId*string
Report identifier.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/api/v1/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08/consent/state"{ "status": "NOT_REQUIRED", "consentUrl": "http://example.com", "expiresAt": "2019-08-24T14:15:22Z"}