Access to V3 API's

We are getting the same error while calling the below API. from one of the threads we understood that our client id need access to v3 Apis. @IntegrationSupport @Ramandeep24 Requesting you to provide the same.

https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/request/otp

Response:

{

"code": "900908",

"message": "Resource forbidden ",

"description": "User is NOT authorized to access the Resource. API Subscription validation failed."

}

@AbhishekAkkatangerh Share your SBX client ID

@IntegrationSupport My Client ID is SBX_003357

@AbhishekAkkatangerh We have requested for the access.

@IntegrationSupport any update on the access please?. Work is been pending from a week now.
Thank you.

@AbhishekAkkatangerh Request to check at your end firstly, if access provided or not. Access have been already provided.

@IntegrationSupport Access resolved. thank you.

however we now started getting timestamp error. The format given on the swagger and we are using is “yyyy-MM-DD’T’HH:mm:ss.SSS’Z’”. need your help on this as well.

https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaa
{
“code”: “ABDM-1016”,
“message”: “Invalid Timestamp”
}

Kindly use this format-

pm.collectionVariables.set(“current_timestamp”, datetime().format(“YYYY-MM-DD HH:mm:ss”));

Kindly Note :- Kindly refer the documentation as well webinar number 18 for the same.