Skip to main content
GET
Get a list of all Member Transactions
Deprecated

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer

The max size of each page of results

offset
integer

The integer offset at which to start the page. Possible values are 0 to total_records - 1

ids
string

Comma-separated member transaction IDs you would like to view

status_details
string

Comma-separated list of status details to be filtered on

current_status_detail
boolean

indicates whether the filter should operate on the current status detail or the entire history of status details

carrier_ids
string

Comma-separated list of carrier IDs to be filtered on

transaction_type
string

Transaction type of the member transaction

transaction_min_date
string

Earliest date that the transaction was created

transaction_max_date
string

Latest date that the transaction was created

status_detail_min_date
string

Earliest date that the transaction entered the given status detail(s)

status_detail_max_date
string

Latest date that the transaction entered the given status detail(s)

Response

200 - application/json

Successful Response - Returns all matching Member Transactions

meta
object
required

Metadata associated with the response data

response
object[]
required

List of member transaction results