cowinapi / developer.cowin

This group is created to facilitate technical and integration discussions related to cowin platform. API related contents can be obtained at API setu portal https://apisetu.gov.in/public/marketplace/api/cowin
115 stars 30 forks source link

Using Vaccination Verification API #543

Closed shahns closed 2 years ago

shahns commented 2 years ago

I am trying to use vaccination verification API which is listed under Co-WIN public APIs.

When I send a POST request to test server using test API key (https://cdndemo-api.co-vin.in/api/v3/vaccination/generateOTP) with a valid mobile number and full name I get following response with status code 400.

{"errorCode":"USRAUT0015", "error":"Your account does not exist"}

As per API docs it means the mobile number is invalid. Has anyone faced similar issue?

shahns commented 2 years ago

I understand that this could be possibly due to mobile number is queried on the test server and account should not exist there but on the production server.

rahulkathet commented 2 years ago

Production server give "Unauthenticated access!" Do you have any idea how to get access ?