Create a custom page
POST
/accounts/{account_id}/access/custom_pages https://api.cloudflare.com/client/v4
Create a custom page
Parameters
path Path Parameters
| Name | Type |
|---|---|
account_id
required
| type AccessIdentifier = string |
Request Body
application/json
interface AccessCustomPage {
app_count?:AccessSchemasAppCount ;
created_at?:AccessTimestamp ;
custom_html: string;
name:AccessCustomPagesComponentsSchemasName ;
type:AccessSchemasType ;
uid?:AccessUuid ;
updated_at?:AccessTimestamp ;
}
app_count?:
created_at?:
custom_html: string;
name:
type:
uid?:
updated_at?:
}
Responses
201 application/json
Create a custom page response
type AccessSingleResponseWithoutHtml = never
Client Errors
4XX application/json
Create a custom page response failure
interface AccessApiResponseCommonFailure {
errors:AccessMessages ;
messages:AccessMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}