For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Network API
  • Customer Request API
  • Management API
      • ErrorResponse
      • Response
LogoLogo
Management APISchemas

ErrorResponse

Example
1{
2 "errors": [
3 {
4 "category": "INVALID_REQUEST_ERROR",
5 "code": "MISSING_REQUIRED_FIELD",
6 "detail": "Missing required parameter.",
7 "field": "field_a[2].field_b"
8 }
9 ]
10}
Was this page helpful?
Previous

Response

Next
Built with

Response

error_responseobjectRequired