What is the process of whitelisting the IP address

Hi @IntegrationSupport,

I want to know the process of whitelisting the IP address.

Regards,
Sandesh P

You need to obtain token first by submitting a post request to
https://dev.abdm.gov.in/gateway/v0.5/sessions
with body as
{
“clientId”: “your-client-id”,
“clientSecret”: “your-secret”
}
then submit a patch request to
https://dev.abdm.gov.in/devservice/v1/bridges
with
authorization set to bearer and token received from earlier API
and
body as
{
“url”: “your-domain-name”
}

@Sandesh.p You do not require whitelisting in ABDM servers if your server resides in Indian territory. In case your server lies outside India then, please get server in Indian region.