cURL
curl --request PATCH \ --url https://api.eka.care/abdm/v1/consents/auto-approval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'oid=<string>'
{ "status": "enabled" }
Update the auto approval policy settings
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
OK
The response is of type object.
object
Was this page helpful?