Skip to content

Retrieves a custom-page resource.

GET
/api/zones/{zoneId}/custom-page/{type}

Retrieves a custom-page resource.

Authorizations

ApiToken

Long-lived API token created via POST /api/api-tokens (returned once in plaintext).

Type
API Key (header: X-API-TOKEN)
or
JWT

JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer .

Type
HTTP (bearer)

Parameters

Path Parameters

zoneId*

Zone identifier

Type
string
Required
type*

custom-page identifier

Type
string
Required

Responses

custom-page resource

JSON
{
  
"@context": "string",
  
"@id": "string",
  
"@type": "string",
  
"type": "string",
  
"html": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI