Overview
This endpoint retrieves a list of transactions for a specific account.HTTP Request
GET/v1/accounts/{account_number}/transactions
Parameters
- Header:
x-carbon-key
(string, required) - API key for authentication. - Path:
account_number
(integer, required) - The account number.
- Query:
page
(integer, optional, default=1) - The page number for paginated results.limit
(integer, optional, default=10) - The number of transactions per page.
Example Response
Authorizations
Provide your API key in the 'apikey' header.
Headers
Path Parameters
Response
200 - application/json
OK
The response is of type object
.