Checks

Get report consent state

GET
/api/v1/reports/{reportId}/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.

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer vrf_live_... or vrf_test_....

In: header

Path Parameters

reportId*string

Report identifier.

Formatuuid

Response 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"}