Status codes and API info
Understand common API responses, request formats, and error handling.
Etals APIs use JSON for request and response bodies.
Send requests with:
Common status codes
Response format
Etals API responses use this structure:
When a request fails, the response includes status, message, and any relevant validation errors:
Error handling
When integrating with Etals, handle errors based on the response status and message.
For batch operations, check whether the response contains item-level errors. Some endpoints can accept valid items while returning errors for invalid items, depending on the endpoint settings.

