Base response wrapper for all Macklin API responses. All API endpoints return data in this format, with a status code, message, and typed data payload.
{ "code": 200, "message": "success", "data": { ... }} Copy
{ "code": 200, "message": "success", "data": { ... }}
HTTP status code returned by the API
Status message or error description
Typed response data
Base response wrapper for all Macklin API responses. All API endpoints return data in this format, with a status code, message, and typed data payload.
Example