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
Field | Type | Description |
---|---|---|
success | boolean | Indicates if the request was successful |
data | object | Contains the main response payload |