Retrieve your wallet transactions

Required scope: wallet-transactions:read
Organization authorization: supported

Query Params
int32
Defaults to 0

page number to retrieve (starts with 0)

int32
Defaults to 10

number of items per page (between 1 and 100, default 10)

int32 | null

Filter to retrieve transactions for a given operator.
*Note:*The operatorId must be in the consumer’s operatorIds or, if empty, belong to the organization’s sub-operators.
Note: When not provided the default operator will be used for the given consumer, if the default operator cannot be assigned the request will be rejected

int32 | null

Filter to retrieve transactions for a given team.
Note: When not provided the transactions for the operator will be returned instead

date-time | null

Filter to retrieve transactions where createdAt >= fromDate (ISO8601: yyyy-MM-ddTHH:mm:ssZ)

date-time | null

Filter to retrieve transactions where createdAt <= toDate (ISO8601: yyyy-MM-ddTHH:mm:ssZ)

string | null

Filter to retrieve transactions by the matching referenceId

string | null
enum

Filter to retrieve transactions by the matching referenceType

string | null
enum

Filter to retrieve transactions by the matching state

Allowed:
string | null
enum

Filter to retrieve transactions by the matching group

Allowed:
string | null

**Note: This has been deprecated and won't do anything moving forward.**Filter transactions by partnerExternalId, to filter only resources without partnerExternalId use partnerExternalId=""

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json