Skip to main content

ApiResponse

Standard API response envelope.

successbooleanrequired
data

Response payload for successful operations.

errorstring

Machine-readable error code.

messagestring

Human-readable response message.

ApiResponse
{
"success": true,
"error": "string",
"message": "string"
}