Guide

Errors

Errors are returned as RFC 7807 application/problem+json payloads with a stable shape.

{
  "title": "Resource was not found",
  "status": 404,
  "type": "NotFoundException",
  "detail": "..."
}

Status codes

StatusMeaning
400Validation failed — see detail.
401Missing or invalid bearer token.
403Authenticated but not authorized for the resource.
404Resource does not exist (or is not visible to your tenant).
429Rate limit exceeded — see the Rate limits guide.
500Unexpected server error.
built by dloizides.com