Rise B2B API returns clear error codes and messages for all endpoints.

Common Error Codes

CodeDescription
400Bad Request
401Unauthorized (invalid JWT or SIWE)
403Forbidden (insufficient permissions)
404Not Found
500Internal Server Error

Troubleshooting

  • Check JWT validity and expiration
  • Ensure correct permissions for the endpoint
  • Validate all required parameters

Best Practices

  • Log errors for debugging
  • Show user-friendly error messages
  • Retry on 500 errors with backoff