This page provides a reference for all Interactions API error codes, describes the error response format, and explains how the API delivers errors for different request types.
Standard API error codes
These general request-level error codes correspond to standard HTTP status codes.
Use the code field in your application logic to handle errors programmatically.
| Code | HTTP Status | Description | Recommended action |
|---|---|---|---|
invalid_request |
400 Bad Request | The request payload is malformed or contains invalid parameters. | Check your request syntax and parameters against the API reference. |