LoyaltyTransactions

Retrieve a loyalty transaction

get

Retrieve detailed information for a specific loyalty transaction.

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Detailed information about the loyalty transaction.

application/json
get
/api/v1/loyalty_transactions/{id}/

Retrieve list of loyalty transactions

get

Retrieve a paginated list of all loyalty transactions.

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
uuidstringOptional

Filter by UUID.

Example: 123e4567-e89b-12d3-a456-426614174000
transaction_typestring · enumOptional

Filter by transaction type.

Example: purchasePossible values:
ordernumberOptional

Filter by order ID.

Example: 123
user_emailstring · emailOptional

User's email (case-insensitive)

customer_emailstring · emailOptional

Customer's email (case-insensitive)

created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
modified_datestring · date-timeOptional

Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: modified_date__lt=2024-01-01T00:00:00Z
referencestringOptional

Filter by reference.

Example: INV123456
Responses
chevron-right
200

A paginated list of loyalty transactions.

application/json
get
/api/v1/loyalty_transactions/

Last updated

Was this helpful?