SingleCase
Developer tools

API explorer

Send arbitrary authenticated requests through the same public API used by the resource screens.

/publicapi/v1
cURL preview
curl -X GET 'http://localhost:3000/publicapi/v1/clients' \
  -H 'Authentication: mock-token'
Response

Ready to send

The status, headers, and decoded response body will appear here.