Skip to main content
GET
List all Originators

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
string
required

The account ID to retrieve the originators for.

Pattern: ^account_\w+$
limit
integer
default:10

Maximum number of objects to be returned.

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

The ID of the originator to start the list after.

Pattern: ^originator_\w+$
ending_before
string

The ID of the originator to end the list before.

Pattern: ^originator_\w+$
status
string

The status of the originator.

Response

List of Originators

objects
object[]
required
has_more
boolean
required

Indicates if there are more originators to retrieve.