Skip to main content
GET
/
transactions
/
total
Get Total
curl --request GET \
  --url https://api.projectcor.com/v1/transactions/total \
  --header 'Authorization: Bearer <token>'
{
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Transaction totals

total
number