Get customer transactions
Customers
Get customer transactions
Get a paginated list of transactions for a customer by external ID (e.g. the customer ID in your system).
GET
Get customer transactions
Documentation Index
Fetch the complete documentation index at: https://docs.runonatlas.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
You can obtain this key from the Atlas dashboard. It must be of type secret
Path Parameters
The external ID of the customer (e.g. the customer ID in your system)
Minimum string length:
1Example:
"external-customer-id-123"
Query Parameters
The order of the results.
Available options:
asc, desc Example:
"asc"
The page number of the results.
Required range:
x >= 1Example:
1
The number of results per page.
Required range:
1 <= x <= 100Example:
10

