Skip to main content
GET
List refund requests

Query Parameters

state
enum<string>[]

Filter by refund request state.

Valid states of a refund request.

Available options:
pending,
approved,
denied,
processed
appointmentId
string

Filter by specific appointment. The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Response

Ok. The operation succeeded.

A paginated list of refund requests.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0
offset
integer<int16>
required

The offset of list results for the current page.

Required range: x >= 0
limit
integer<int16>
required

The maximum number of results included in items.

Required range: x >= 0