Skip to main content
GET
/
payments
/
v1
/
accounts
List payment accounts
curl --request GET \
  --url https://api.case.dev/payments/v1/accounts \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

type
string

Filter by account type

parent_account_id
string

Filter by parent account

matter_id
string

Filter by matter ID

limit
integer
default:50

Max results to return

offset
integer
default:0

Offset for pagination

Response

200 - application/json

List of accounts with pagination

The response is of type object.