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

Path Parameters

region_id
integer
required
The ID of the region

Headers

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