> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agd.sa/llms.txt
> Use this file to discover all available pages before exploring further.

# Get City

> Get city details by ID

### Path Parameters

<ParamField path="city_id" type="integer" required>
  The ID of the city
</ParamField>

### Headers

<ParamField header="Accept" type="string" required>
  Must be "application/json"
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl --request GET \
    --url /tenant/v1/cities/1 \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer {access_token}'
  ```
</RequestExample>
