---
title: "List Gateways"
method: GET
path: "/cards/gateways"
tags: ["Cards"]
---

# List Gateways

`GET /cards/gateways`

List of gateways matching query parameters

## Query parameters

- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

## Response `201`

Gateways

- GatewayListResponse
  - `gateways` GatewayResponse[] — Array of Authorization gateway configuration
    - `active` boolean, required — Current status of the Authorization gateway
    - `card_products` string[], required — List of Card Product unique identifiers that will utilize the Gateway
    - `creation_time` string, date-time, required — The timestamp representing when the gateway config request was made
    - `custom_headers` GatewayCustomHeaders — Custom Headers of the Authorization gateway
    - `id` string, uuid, required — Gateway ID
    - `last_modified_time` string, date-time, required — The timestamp representing when the gateway config was last modified at
    - `standin` GatewayStandin
      - `enabled` boolean
    - `url` string, uri, required — URL of the Authorization gateway
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
