Accept: application/json header.
Status code reference
Common error scenarios
Missing or invalid token If you receive a 401 response, verify that your request includes the header:action_type will return 422.
Rate limiting
If you receive 429, back off and retry with exponential delay. ReachOwl may temporarily throttle high-volume callers to protect platform stability.
Retrying failed requests
For 500 errors and occasional 429 responses, implement an exponential backoff retry strategy. Do not retry 400, 401, 403, 404, or 422 responses because the request itself is unlikely to succeed without changes.Related pages
/api-reference/introduction— API overview and base URL/authentication— how to obtain and use your Bearer token
