Skip to main content
GET
/
v2
/
account
/
tickets
Get Tickets
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/account/tickets \
  --header 'Authorization: Bearer <token>'
{}

Get Tickets

GET request to /v2/account/tickets

Authorizations

Authorization
string
header
required

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

Query Parameters

subAccountId
string

Sub-account ID

createdAfter
integer

Filter tickets created after timestamp

createdBefore
integer

Filter tickets created before timestamp

cursor
string

Cursor for pagination

status
string

Filter by status

inputCurrency
string

Filter by input currency

inputPaymentMethod
string

Filter by input payment method

outputCurrency
string

Filter by output currency

outputPaymentMethod
string

Filter by output payment method

endToEndId
string

Filter by end-to-end ID

externalId
string

Filter by external ID

Response

Success

The response is of type object.