parameter_missing
The endpoint requires a parameter that the request did not carry. `error.param` names it.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_missing | invalid_request_error | 400 | Request |
Cause
The endpoint requires a parameter that the request did not carry. error.param names it.
What to do
Add the parameter named in error.param to the query string or the body and retry the call.
Message returned by the API
A required parameter is missing.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.