Check API health
Parameters
No parameters.
Request body
No bodyResponses
200 Check API health
{
"type": "object",
"required": [
"data",
"meta"
],
"properties": {
"data": {
"$ref": "#/components/schemas/HealthResource"
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}400 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}401 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}403 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}404 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}409 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}429 Rate limit exceeded. Error code is `rate_limited`.
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}500 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}503 JSON:API error document
{
"type": "object",
"required": [
"errors",
"meta"
],
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"required": [
"status",
"code",
"title",
"detail"
],
"properties": {
"status": {
"type": "string"
},
"code": {
"type": "string"
},
"title": {
"type": "string"
},
"detail": {
"type": "string"
}
}
}
},
"meta": {
"$ref": "#/components/schemas/JsonApiMeta"
}
}
}