Skip to main content
GET
List all Account Numbers

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
string

The ID of the account.

Pattern: ^account_\w+$
account_number
string

The account number.

limit
integer
default:10

Maximum number of objects to be returned.

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

The ID of the account number to start the list after.

Pattern: ^account_number_\w+$
ending_before
string

The ID of the account number to end the list before.

Pattern: ^account_number_\w+$

Response

200 - application/json

List of Account Numbers

objects
object[]
required
has_more
boolean
required

Indicates if there are more account numbers to retrieve.