Get the subscription requests patients lockers
Retrieve a list of health lockers associated with a given ABHA address. It includes both active and inactive subscriptions based on the includeInactive parameter.
Authorizations
Authorizationbearer tokenRequiredQuery parameters
includeInactivestringRequiredIndicates whether to include inactive records
Headers
REQUEST-IDstringRequiredUnique UUID for tracking the end-to-end request transaction
TIMESTAMPstringRequiredActual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds, and milliseconds
X-CM-IDstringRequiredSuffix of the consent manager to which the request was intended
X-AUTH-TOKENstringRequiredJWT Authentication token issued by ABDM after successful validation of username and password
Responses
200OK
400Bad Request. The request could not be processed because it was malformed or failed validation - a missing mandatory field, a value in the wrong format, or a header that did not match the body.
401Unauthorized. The request carried no valid credentials, or the access token has expired. Obtain a fresh token from the session API and retry.
403Forbidden. The caller is authenticated but is not permitted to perform this operation on this resource.