Authorization Token

how to generate Authorization Token and X-HIP-ID to consume APIs.

1 Like

Authorization TOken you can get by sending a post request to
https://dev.abdm.gov.in/gateway/v0.5/sessions
with body as
{
“clientId”: “your-client-id”,
“clientSecret”: “your-secret”
}