M2- ABHA ID Validations

Hi team
@IntegrationSupport
My URL is : https://dev.abdm.gov.in/gateway/v0.5/users/auth/fetch-modes
my request is :
{

"requestId": "{{$guid}}",

"timestamp": "{{$isoTimestamp}}",

"query": {

    "id": "balasai2906@sbx",

    "purpose": "KYC",

    "requester": {

        "type": "HIP",

        "id": "6789"

    }

}

}

my response is :
1 (Accepted)

But my question is How i can get the request id and id and transactionId

@Bhaskar1 Please find the postman collection for M2 here, where you will find the API sequence. https://sandbox.abdm.gov.in/docs/postman_collections
Transaction ID you will receive from the previous API. And Request ID you receive in a response from a API you hit as response requestID.

@IntegrationSupport

This is my url : https://dev.abdm.gov.in/gateway/v1.0/patients/profile/on-share
This is my request :

{
“requestId”: “{{$guid}}”,
“timestamp”: “{{$isoTimestamp}}”,
“acknowledgement”: {
“status”: “SUCCESS”,
“healthId”: “@”,
“tokenNumber”: “”
},
“error”: null,
“resp”: {
“requestId”: “3cb4f3a7-7bcd-414e-9b13-60a25e36fc03”
}
}

This is my response :
{
“error”: {
“code”: 2500,
“message”: “No mapping found for resp.requestId on cache”
}
}