HTTP Status Code Guide

Use this guide to understand common API response status quickly.

Core categories

Action mapping

  • 400: verify payload structure and required fields.
  • 401/403: validate token and permission scopes.
  • 404: recheck route and method pairing.
  • 500+: inspect server logs and retry policy.