Skip to content
Log in Get started

Developers

Developers

Build on the WordPressistic platform — tools, licenses, memberships and webhooks over a clean JSON REST API.

https://www.wordpressistic.com/wp-json/

Getting started

The WordPressistic platform exposes a JSON REST API. All endpoints live under the API base URL. Responses are JSON; errors follow the standard WordPress REST error shape (code, message, data.status).

GET wpistic-core/v1/health Public

Service health check. No authentication.

curl https://www.wordpressistic.com/wp-json/wpistic-core/v1/health
GET wpistic-core/v1/me Cookie + nonce

Current user profile, tier and entitlements.

curl -H 'X-WP-Nonce: {nonce}' https://www.wordpressistic.com/wp-json/wpistic-core/v1/me