-
Notifications
You must be signed in to change notification settings - Fork 2
How to find your district_id?
@dave7 edited this page May 3, 2021
·
2 revisions
- To subscribe to email notifications for vaccination slots for your district requires the following parameters:
{
"email": "username@gmail.com",
"district_id": "154"
}
- where
district_id
can be retrieved via correlation of two public Co-WIN APIs/v2/admin/location/states
and/v2/admin/location/districts/{state_id}
- Attaching district.json file, just find the district name and its attached
district_id
and you are good to go😁