Return hosted pages

GET {{baseUrl}}/v1/hostedpages?versionNumber=<put>

The hostedpages call returns the Payment Pages configuration metadata,nspecifically, page ID, page version, payment method type.nnThe following are the version-specific and general REST requests for Payment Pages:nn* The request for Payment Pages 1.0 configuration information: GET <BaseURL>/hostedpages?version=1n* The request for Payment Pages 2.0 configuration information: GET <BaseURL>/hostedpages?version=2n* The request for all versions of Payment Pages configuration information: `GET <Ba

Request Params

KeyDatatypeRequiredDescription
versionNumberstringVersion of the Payment Pages for which you want to retrieve the configuration information. Specify 1 for Payment Pages 1.0 or 2 for Payment Pages 2.0. If omitted, information for all versions of Payment Pages are returned.nnThe response also depends on your tenant settings for Payment Pages 1.0 and Payment Pages 2.0. For example, if only the tenant setting for Payment Pages 2.0 is enabled, the response will only contain information for Payment Pages 2.0 forms even when this parameter is omitted.