API Reference
Returns transactions for the specified account. Use include_pending=true to include pending transactions.
Authorization
BearerAuth AuthorizationBearer <token>
Data and portal endpoints: use the access_token returned by POST /users or POST /oauth/token.
In: header
Path Parameters
accountId*string
Query Parameters
include_pending?string
Include pending transactions
Default
"false"Value in
"true" | "false"from?string
Start date (YYYY-MM-DD). Inclusive.
Format
dateto?string
End date (YYYY-MM-DD). Inclusive.
Format
dateResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/platform/v1/accounts/string/transactions"{
"transactions": [
{
"id": "string",
"accountId": 0,
"amount": 0,
"currency": "string",
"date": "2019-08-24",
"merchant": "string",
"description": "string",
"isPending": true
}
],
"total": 0
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}