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

Certification download API not working for protected as well as vaccinator #445

Open BhawanjitSinghSaini opened 3 years ago

BhawanjitSinghSaini commented 3 years ago

https://cdndemo-api.co-vin.in/api/v2/vaccinator/certificate/download?beneficiary_reference_id= https://cdndemo-api.co-vin.in/api/v2/registration/certificate/download?beneficiary_reference_id=

API key used = "3sjOr2rmM52GzhpMHjDEE1kpQeRxwFDr4YcBEimi"

Tried both the above API's. I am getting error code as 500.

For protected API response error is as below { "errorCode": "CERTIFICATE00002", "error": "parsing body body from \"\" failed, because json: cannot unmarshal string into Go struct field CertificationRequestV2RecipientAddress.recipient.address.pincode of type int64" }