Skip to main content
API/Reference/Error reference
GETError reference

Error reference

Understand authentication, validation, quota, conflict and server errors.

Authentication

Scopes

None

Contract

API v1

Request

curl -X GET 'https://api.maxscanner.appError reference' \
  -H 'Authorization: Bearer $MAXSCANNER_API_KEY' \
  -H 'Content-Type: application/json'

Request body

HTTP response

Response

{ "error": { "code": "invalid_request", "message": "…" } }

Implementation notes

  • Do not expose internal stack traces to API clients.

Try this endpoint

Use the API Playground to authenticate and test safely before wiring the endpoint into your application.

Open Playground →