Skip to main content
GET
List all transactions

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.

Query Parameters

customer_id
string

Filter transactions by customer ID.

Example:

"cust_1234567890"

order_id
string

Filter transactions by order ID.

Example:

"ord_1234567890"

product_id
string

Filter transactions by product ID.

Example:

"prod_1234567890"

page_number
number
default:1

The page number for pagination.

Example:

1

page_size
number
default:10

The number of items per page.

Example:

10

Response

Successfully retrieved transactions

items
object[]
required

List of transactions items

pagination
object
required

Pagination details for the list