Skip to content
View as Markdown

GET Ping Report​

GET
/reports/ping

Simple health check endpoint that returns a pong message. Useful for verifying API connectivity and authentication.

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)

Responses​

Ping response.

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

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI