---
title: "Get Agencies At A Location"
method: GET
path: "/agencies/latitude/{latitude}/longitude/{longitude}"
---

# Get Agencies At A Location

`GET /agencies/latitude/{latitude}/longitude/{longitude}`

## Request body

- object
  - `latitude` number, double
  - `longitude` number, double

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object[]
    - `agencyID` integer
    - `agencyName` string
    - `agencyType` string
    - `street` string
    - `city` string
    - `latitude` integer
    - `longitude` integer
    - `phoneNumber` string
    - `agencyServices` unknown
    - `state` string

## Other responses

- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/openbanking/apis/open-banking-api.md) · [All operations](https://skmtc.net/openbanking/apis/open-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openbanking/open-banking-api/revisions/a60a6fb5a898/schema)
