Skip to content
Start here

Custom Pages

List custom pages
client.CustomPages.List(ctx, query) (*SinglePage[CustomPageListResponse], error)
GET/{accounts_or_zones}/{account_or_zone_id}/custom_pages
Get a custom page
client.CustomPages.Get(ctx, identifier, query) (*CustomPageGetResponse, error)
GET/{accounts_or_zones}/{account_or_zone_id}/custom_pages/{identifier}
Update a custom page
client.CustomPages.Update(ctx, identifier, params) (*CustomPageUpdateResponse, error)
PUT/{accounts_or_zones}/{account_or_zone_id}/custom_pages/{identifier}