v8
OpenAPI 3.1.02026-08-033623795.0 MBList Resolution Center Cases
Lists resolution center cases. Without account_id you get every case you can read — the ones you opened as a buyer and every account you are a team member of; the filters narrow that list.
Query parameters
Only cases filed against this account (biz_ tag). With read access to the account this lists its whole queue; without, only the cases you opened against it.
Only cases opened by this customer — a user_ tag, or me for the calling user. It narrows what you can already read, so me lists the cases you opened without the ones on accounts you are a team member of.
The number of cases to return (default 20, max 100).
A cursor; returns cases after this position.
The number of cases to return from the end of the range.
A cursor; returns cases before this position.
The field to sort cases by.
Sort direction.
Only cases in these statuses. Repeat the parameter to pass several — one paginated list covers all of them.
Only cases opened for these reasons. Repeat the parameter to pass several.
Only closed cases that ended these ways. Repeat the parameter to pass several.
Only cases created before this ISO 8601 timestamp.
Only cases created after this ISO 8601 timestamp.
Headers
Pins the request to a dated API version.
Response
cases listed
Example response
{
"data": [
{
"available_actions": [
"accept"
],
"outcome": "customer_won",
"reason": "fraudulent",
"refund": "none",
"status": "awaiting_merchant"
}
]
}