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

Sandbox API - api/v2/appointment/schedule returns session id does not exist #461

Open harshilpatel99 opened 3 years ago

harshilpatel99 commented 3 years ago

When I try to schedule appointment by passing valid bearer token, valid api-key and valid request data - it is returning 400 Bad request throwing "session id does not exist". I have checked the session_id, and it does exist.

image

Cosmonaut191 commented 3 years ago

@harshilpatel99 Hi, did you register yourself for access to the sandbox API. If yes, may I know the turnaround time for the registration to get completed from the date of registration. Thanks in advance.

badinenisaivardhan commented 3 years ago

hey @harshilpatel99, may be you are using the session id which is not exist or already overbooked, check the dist code 151 ,371 with valid time slot and session and make your request.. hope it works

Thanks

harshilpatel99 commented 3 years ago

hey @harshilpatel99, may be you are using the session id which is not exist or already overbooked, check the dist code 151 ,371 with valid time slot and session and make your request.. hope it works

Thanks

Hello @badinenisaivardhan! I tried it is not happening? Are you able to do it? If yes, could you share your request body.

harshilpatel99 commented 3 years ago

@harshilpatel99 Hi, did you register yourself for access to the sandbox API. If yes, may I know the turnaround time for the registration to get completed from the date of registration. Thanks in advance.

@Cosmonaut191 hi, one of my senior did that, I don't know how much time it took

gourcool commented 3 years ago

Can you show me how to use sandbox api in postman