---
title: "Get Retail Locations List"
method: GET
path: "/programs/{programCode}/locations/retail"
tags: ["Locator"]
---

# Get Retail Locations List

`GET /programs/{programCode}/locations/retail`

The Retail Locator API allows you to search for retail locations (based on proximity) that allow swipeReload and eCash. Search participating retail locations

## Path parameters

- `programCode` string, required

## Query parameters

- `city` string
- `state` string
- `postalCode` string
- `latitude` number, double
- `longitude` number, double
- `featureSet` string
- `radius` integer
- `offset` integer
- `limit` integer

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetRetailLocationsResponse — Represents the response returned after retrieving a list of retail locations. Contains a list of retail locations, total record count, and paging information. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `locations` RetailLocation[], nullable — The list of retail locations matching the search or filter criteria.
    - `name` string, nullable — The name of the retail location (e.g., store or partner name).
    - `address` string, nullable — The street address of the retail location.
    - `city` string, nullable — The city where the retail location is situated.
    - `state` string, nullable — The state or province where the retail location is situated.
    - `zip` string, nullable — The postal or ZIP code for the retail location.
    - `country` string, nullable — The country where the retail location is situated.
    - `longitude` number, double — The longitude coordinate of the retail location.
    - `latitude` number, double — The latitude coordinate of the retail location.
    - `features` string[], nullable — The list of features or services available at the retail location (e.g., "Reload", "Withdraw").
    - `distance` number, double — The distance from the reference point to the retail location, typically in miles or kilometers.
  - `totalRecordCount` integer — The total number of retail location records available for the query.
  - `offset` integer — The offset (starting index) for the current page of results.
  - `limit` integer — The maximum number of retail locations returned in this response (page size).
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
