Skip to main content

ApiEnvelope

data
error objectnullable
messagestring

Human-readable error description

codestring

Machine-readable error code (e.g. validation_error, not_found, invalid_api_key)

Example: validation_error
details

Additional context about the error (varies by error type)

meta object
request_idstring
Example: a1b2c3d4
timestampstring<date-time>
ApiEnvelope
{
"data": {},
"error": {
"message": "string",
"code": "validation_error"
},
"meta": {
"request_id": "a1b2c3d4",
"timestamp": "2024-07-29T15:51:28.071Z"
}
}