Skip to main content
GET
List institution contacts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

Query Parameters

page
integer
default:1

Page number for pagination.

Required range: x >= 1
per_page
integer
default:25

Number of items per page.

Required range: 1 <= x <= 100
institution_name
string

Filter by institution name (partial match).

account_type
enum<string>

Filter contacts that handle this account type.

Available options:
bank,
debt,
investment,
retirement,
insurance
is_default_contact
boolean

Response

List of institution contacts.

data
object[]
meta
object