Patient Requests
List requests
API to list all the Subscriptions / Authorization and Consent requests
GET
Authorizations
The API requires a Bearer token (JWT) for authentication.
Query Parameters
status of the request
Available options:
requested
, granted
, expired
, denied
, revoked
Specifies the type of request being queried.
Available options:
consent
, subscription
, authorization
, all