Errors
All Numonic API errors follow a consistent format with machine-readable codes and developer-friendly context.Error format
why and action fields are included on most errors to give you a clear explanation of what went wrong and what to do about it.
Error codes
Rate limits
When rate limited, you’ll receive
429 RATE_LIMIT_EXCEEDED. Use exponential backoff and retry.