Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-27"

Query Parameters

account_id
string

Only cases filed against this account (biz_ tag).

first
integer

The number of cases to return (default 20, max 100).

after
string

A cursor; returns cases after this position.

last
integer

The number of cases to return from the end of the range.

before
string

A cursor; returns cases before this position.

order
enum<string>
default:created_at

The field to sort cases by.

Available options:
created_at,
response_due_at
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
status
enum<string>[]

Only cases in these statuses. Repeat the parameter to pass several — one paginated list covers all of them.

Available options:
awaiting_merchant,
awaiting_customer,
under_review,
closed
reason
enum<string>[]

Only cases opened for these reasons. Repeat the parameter to pass several.

Available options:
fraudulent,
product_not_received,
not_as_described,
product_unacceptable,
subscription_canceled
outcome
enum<string>[]

Only closed cases that ended these ways. Repeat the parameter to pass several.

Available options:
customer_won,
merchant_won,
withdrawn
created_before
string

Only cases created before this ISO 8601 timestamp.

created_after
string

Only cases created after this ISO 8601 timestamp.

Response

cases listed

data
object[]
required
page_info
object
required