v1
latestOpenAPI 3.1.02026-07-2422707.0 MBFetch wait times of a center (with center_ids or geolocation)
Purpose: The purpose of this API is to retrieve wait times for a list of centers or for centers in an area as per the Geolocation.
post/v1/queue/center_wait_times
Request body
Response
200
Example response
{
"center_wait_times": [
{
"wait_time": 45,
"center": {
"id": "43a52000-60ed-484c-938d-0ff02b542c33",
"name": "Element Ps US",
"geo_latitude": 17.4487381,
"geo_longitude": 78.3748667,
"status": "Open"
}
}
]
}