Tools

HTTP headers

What it does: sends a GET and shows the response status, headers, and timing.

Safe to run: yes.

Reading results: status 200 = OK; 401/403 = authentication/authorization problem; 5xx = server error. This is the fastest way to tell an API "is it auth or is it reachability?" (see the API use-case playbook).

This page mirrors the in-app help. Open the same article any time from the app's Docs panel. Spot something unclear? Tell us.