Skip to content

Endpoint

  • Method: POST
  • Path: /settings/create-page
  • Edition: Core
  • Controller: SettingController@createPage
  • Route source: app/Http/Routes/api.php

POST Create Page

POST
/settings/create-page

Create a new WordPress page for the portal.

Controller: SettingController@createPage
Route source: app/Http/Routes/api.php

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
}

Responses

Successful response

application/json
JSON
{
"page": {
"id": 0,
"link": "string",
"title": "string"
},
"message": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation