"status": "success" field alongside the relevant data. Error responses always include "status": "error" and a message field describing the problem. Inspect the HTTP status code first, then read the message field for details when handling errors in your integration.
Status codes
Success response format
All successful responses follow this envelope structure:data array and a count:
message confirmation:
Error response format
All error responses include"status": "error" and a message field. The message value provides a human-readable description of what went wrong.
400 — Bad Request
Returned when a required parameter is absent or a value fails validation.401 — Unauthorized
Returned when theAuthorization header is missing or the supplied API key is not recognized.