This endpoint will return a list for AyMakan Warehouses locations.
This API only accepts GET
requests.
https://dev-api.aymakan.com.sa/v2/dropoff_locations
https://api.aymakan.net/v2/dropoff_locations
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": [
{
"name": "RUH-WH",
"city": "Riyadh",
"address": "Sulay",
"manager": "Ali ahmed",
"mobile_phone": "05300000000",
"email": "[email protected]",
"location_lat": null,
"location_lng": null
},
{
"name": "ELQ-WH",
"city": "Burydah",
"address": "Qassim",
"manager": "Jameel Abdulrahim",
"mobile_phone": "0530000000",
"email": "[email protected]",
"location_lat": null,
"location_lng": null
}
]
}
In case of a Wrong credentials, the following response can be returned:
{
"error": true,
"message": "Invalid Credentials"
}