Skip to main content

Consent Verify API

Endpoint

GET /api/v1/consents/{consentId}

Response

{
"consentId": "",
"status": "GRANTED | REVOKED",
"receiptHash": "",
"timestamp": ""
}

🔹 Code Tabs Placeholder

// JAVA CONSENT VERIFY CODE