PRIVATE DEVELOPER TOOLS
How to Test a REST API in Your Browser
Prepare and inspect HTTP requests without installing a desktop API client.
Request setup
Choose the HTTP method, enter an HTTPS endpoint, add only required headers, and provide a correctly typed request body.
Browser boundary
CORS and browser security policy may block endpoints that do not explicitly permit browser requests.