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
Examples:
"granted"
Specifies the type of request being queried.
Available options:
consent
, subscription
, authorization
, all
Examples:
"consent"
OID is used to Identify the user.
Response
200
application/json
OK
The response is of type object
.