---
title: "List hosted pages"
method: GET
path: "/v1/hostedpages"
tags: ["Hosted Pages"]
---

# List hosted pages

`GET /v1/hostedpages`

Returns the Payment Pages configuration metadata,
specifically, page ID, page version, payment method type.

The following are the version-specific and general REST requests for Payment Pages:

* The request for Payment Pages 2.0 configuration information: `GET <BaseURL>/hostedpages?version=2`
* The request for all versions of Payment Pages configuration information: `GET <BaseURL>/hostedpages`

### Notes
If you do not have the corresponding tenant setting enabled, such as specifying the request `version` parameter to 2 but disabliing Payment Pages 2.0, you will receive an error.

## Query parameters

- `versionNumber` string

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GetHostedPagesType
  - `hostedpages` GetHostedPageType[] — Container for the hosted page information.
    - `pageId` string — Page ID of the Payment Page that Zuora assigns when it is created.
    - `pageName` string — Name of the Payment Page that specified during the page configuration.
    - `pageType` string — Payment method type of this Payment Page, e.g. 'Credit Card', 'ACH', or 'Bank Transfer'.
    - `pageVersion` string — Version of the Payment Page. 2 for Payment Pages 2.0.
  - `success` boolean — Returns `true` if the request was processed successfully.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/702f3caf3985/schema)
