parameter_unknown
The request carries a parameter the endpoint does not accept: a filter outside its allowlist, a `sort` field that is not sortable, or the offset-style `page` — v1 paginates by cursor.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_unknown | invalid_request_error | 400 | Request |
Cause
The request carries a parameter the endpoint does not accept: a filter outside its allowlist, a sort field that is not sortable, or the offset-style page — v1 paginates by cursor.
What to do
Remove the parameter named in error.param; to page through a collection use limit together with starting_after or ending_before.