Response

All API responses follow a consistent JSON format to ensure predictable and reliable integration. This section details the structure and common patterns in API responses.

Response Structure

{
  "success": true,
  "data": {
    // Response data specific to the endpoint
  }
}

Response Fields

FieldTypeDescription
successbooleanIndicates if the request was successful
dataobjectContains the main response payload