cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/consents/deny \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "reason": "<string>" }'
This response does not have an example.
This endpoint is used to deny the consent
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
No Content
Was this page helpful?