Skip to main content
Errors use an RFC 7807-style envelope.
{
  "title": "ValidationError",
  "status": 400,
  "detail": "Invalid parameter 'redirect_uris': only https is allowed",
  "instance": "/connect/v1/apps/abc123/redirect_uris",
  "timestamp": "2025-11-13T09:00:00.000Z",
  "context": { "parameter": "redirect_uris", "value": "http://example.com/callback" }
}
Fields:
  • title: error name/category
  • status: HTTP status code
  • detail: human-readable details
  • instance: request path where the error occurred
  • timestamp: ISO8601 string
  • context?: structured metadata
  • doc_url?: documentation link