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.