---
title: "List Apple Pay web domains"
method: GET
path: "/apple-pay/web-domains"
tags: ["Apple Pay"]
---

# List Apple Pay web domains

`GET /apple-pay/web-domains`

List the web domains you have registered for Apple Pay

## Query parameters

- `ascending` boolean
- `limit` integer
- `startsAfter` string

## Headers

- `Account` string

## Response `200`

Successfully retrieved the Apple Pay web domains

- ApplePayWebDomains
  - `items` ApplePayWebDomain[]
    - `id` string — The unique ID for the web domain
    - `domainName` string — The domain name registered for Apple Pay
    - `createdTimestamp` integer — The epoch timestamp (seconds) when the apple pay web domain was created
  - `paginationToken` string, nullable — A token to use for getting the next page of results - send the same request with this value in the 'paginationToken' query parameter. This field is null when there are no further items to return

## Other responses

- `400` — One or more inputs are invalid
- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/a042f64d4305/schema)
