GET
/
abdm
/
v1
/
requests

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Query Parameters

status
enum<string>
required

status of the request

Available options:
requested,
granted,
expired,
denied,
revoked
type
enum<string>
required

Specifies the type of request being queried.

Available options:
consent,
subscription,
authorization,
all

Response

200 - application/json
authorizations
object[] | null

List of authorizations

consents
object[] | null

List of consents

subscriptions
object[] | null

List of subscriptions