Skip to main content

Provider directory

List providers by name

List ABDM-registered providers, optionally filtered by name.

GET/api/hiecm/gateway/v3/providers

Authorizations

Authorizationbearer tokenRequired

The accessToken returned by POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.

Query parameters

namestring

Filter providers by name.

Headers

REQUEST-IDstringRequired

A fresh UUID that you generate for this request. It is how you and the gateway correlate a call with its callback and with a support ticket, so log it. Reusing one across requests makes both impossible.

TIMESTAMPstringRequired

The current time in ISO 8601 UTC, with milliseconds and the Z suffix. The gateway rejects a request whose timestamp has drifted too far from its own clock, so take this from a synchronised clock rather than from a local one.

X-CM-IDstringRequired

Which consent manager you are talking to. sbx on the sandbox and abdm in production. Sending the wrong one against the right host is a common first-day failure and reads as an authorisation error.

Responses

200

Matching providers.