Skip to content
View as Markdown

POST Test Request Resolver​

POST
/setting/test

Test endpoint to verify REST API connectivity and authentication via POST method. Returns a validation message and echoes back all request parameters.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
"additionalProperties": "string"
}

Responses​

Test request successful. Returns validation message and echoed parameters.

application/json
JSON
{
"message": "string",
"params": {
"additionalProperties": "string"
}
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI