Authentication
For authenticated requests, use WordPress Application Passwords or a secure bearer token generated by your auth layer.
Test any WordPress REST API endpoint with query params, authentication, request bodies, and formatted live responses.
Enter a site URL and endpoint, then send a request to inspect the live REST response.
For authenticated requests, use WordPress Application Passwords or a secure bearer token generated by your auth layer.
Many WordPress sites restrict write requests or REST discovery endpoints with plugins like Wordfence or custom access rules.
Use the preview URL and response headers together to confirm query params, response codes, and final endpoint behavior.