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