Skip to main content
GET
https://app-stage.agdejar.sa
/
tenant
/
v1
/
cities
/
{city_id}
curl --request GET \
  --url /tenant/v1/cities/1 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'

Path Parameters

city_id
integer
required
The ID of the city

Headers

Accept
string
required
Must be “application/json”
curl --request GET \
  --url /tenant/v1/cities/1 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'