This API provides an interface to fetch all cities where Pickup Requests are allowed.
This API only accepts GET
requests.
https://dev-api.aymakan.com.sa/v2/pickup_request/cities
https://api.aymakan.net/v2/pickup_request/cities
The following headers should be sent along with the request
Your account security code / Api Token
Upon successful request, the following response will be sent back with an HTTP status 200 OK
.
{
"success": true,
"data": {
"cities": [
{
"city_en": "Riyadh",
"city_ar": "الرياض"
},
{
"city_en": "Khobar",
"city_ar": "الخبر"
},
...
...
]
}
}