Skip to main content
Code: request.invalid
HTTP: 400 Bad Request

What happened

The API understood the request but rejected the payload or business rules.

Safe message

Some of the information provided is invalid. Please review and try again.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The API rejected the request payload.

How to fix it

Inspect details for field-level validation errors and correct the request body.

UI hint

Programmatic handling