Callback urls linking to calling patient id

Hi @Shubham_Kumar, Once you call the fetch-modes API, then 2 things will happen:-

  1. You will get HTTP status 202 on postman along with a correlation-id in response header.
    There is no need to generate the correlation-id from your side.

  2. on-fetch-modes will be called by abdm and you will receive the on-fetch-modes payload on your endpoint along with the same correlation-id in header.

@atulsharma thanks for the help

Hi @atulsharma as said in the above conversation that the 202 accepted will have the co-relation id for the api : https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes

which will be same as the fallback api end point : https://webhook.site/77aa0113-d826-46d5-9499-1578415f6d13/v0.5/users/auth/on-fetch-modes

but iam not able to get the co-relation it for the first api that is https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes

attaching the screenshot please help :
cc: @IntegrationSupport @SARCH1

@IntegrationSupport please help on the above cases

@Shubham_Kumar Please check now, you will get co-relation id now.