APIPayment Pages
Get a payment page
Returns one payment-page pattern.
Requires the viewer role on the website and the compliance plan feature.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
websiteId*string
pageId*string
Response Body
application/json
curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/compliance/payment-pages/string"{ "id": "string", "workspaceId": "string", "websiteId": "string", "name": "Checkout", "urlPattern": "https://shop.example.com/checkout/*", "patternType": "glob", "enabled": true, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}