Skip to main content
GET
Retrieve contact channels

Authorizations

Authorization
string
header
required

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

Headers

X-Hevn-Account
string | null

The client account to act for, as a cl_… id. Omit it to act as yourself.

Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

x-api-key
string | null

Path Parameters

contactId
string
required

Query Parameters

amount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
Example:

"500.00"

Response

Successful Response

contactId
string
required

Saved contact associated with these capabilities.

Pattern: ^(?:ct_)?[A-Za-z0-9._:\-]{1,216}$
Example:

"ct_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

available
boolean
required

Whether at least one payout option is currently available.

options
ContactCapabilityOption · object[]

Available transfer options.

blockers
ContactBlockerView · object[]

Contact-wide blockers.