Custom Pages

custom_pages

Methods

Get A Custom Page -> Envelope<{ id, created_on, description, 5 more... }>
get/{accounts_or_zones}/{account_or_zone_id}/custom_pages/{identifier}

Fetches the details of a custom page.

List Custom Pages -> SinglePage<{ id, created_on, description, 5 more... }>
get/{accounts_or_zones}/{account_or_zone_id}/custom_pages

Fetches all the custom pages.

Update A Custom Page -> Envelope<{ id, created_on, description, 5 more... }>
put/{accounts_or_zones}/{account_or_zone_id}/custom_pages/{identifier}

Updates the configuration of an existing custom page.