Skip to main content
GET
/
v1
/
payments
Get Payment Summary
curl --request GET \
  --url http://api.stuut.ai/v1/payments \
  --header 'Authorization: Bearer <token>'
{
  "amount_allocated": 123,
  "amount_unallocated": 123
}

Authorizations

Authorization
string
header
required

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

Response

Successful response

amount_allocated
integer
required
amount_unallocated
integer
required