Skip to main content
GET
Retrieve a custom page set

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

set_id
integer
required

The ID of the custom page set

Response

Successful Response

name
string
required

Name of the custom page set

Required string length: 1 - 50
id
integer
required

The ID of the custom page set

domains
integer[] | null

List of domain IDs that are associated with this page set

The domain ID

block
BlockPageData · object | null
block_csrf
BlockCsrfPageData · object | null
captcha
CaptchaPageData · object | null
handshake
HandshakePageData · object | null
javascript_disabled
JavascriptDisabledPageData · object | null