MagnetikCR Photo Store REST API

This is a headless WordPress installation optimized for REST API usage. The frontend is handled by external applications.

Available Endpoints

GET /wp-json/wp/v2/posts

Retrieve blog posts

GET /wp-json/wp/v2/pages

Retrieve pages

Authentication

Use JWT tokens for authenticated requests:

Authorization: Bearer YOUR_JWT_TOKEN

Admin Access

WordPress Admin

API Documentation

Browse API