Developer tools
API explorer
Send arbitrary authenticated requests through the same public API used by the resource screens.
cURL preview
curl -X GET 'http://localhost:3000/publicapi/v1/clients' \
-H 'Authentication: mock-token'↗
Ready to send
The status, headers, and decoded response body will appear here.