Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The push identifier for the user

Example:

"user_28CJjV7P4Go5PNJvfzghiD"

Query Parameters

type
enum<string>[]

The credential types to return. Repeat the parameter to pass multiple values (e.g. ?type=secure_debit&type=apple_pay_debit). Requests that do not supply any type values return an empty list.

To display credentials eligible for deposits, pass secure_debit, card_only_credit, and card_only_debit. To display credentials eligible for withdrawals, pass secure_debit and apple_pay_debit.

Available options:
secure_debit,
card_only_credit,
card_only_debit,
apple_pay_debit

Response

successful operation

data
object[]
required