Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 316 Bytes

File metadata and controls

20 lines (17 loc) · 316 Bytes

Donation Tracker

Request

GET /donation-tracker HTTP/1.1
Accept: application/json
Banka-ID: jar/3xqXDhtdzj

Response:

{
  "title": "На Mavic 3 combo",
  "description": "Hipsta Coding збирає на дрона",
  "currencyCode": "",
  "balance": 103300,
  "goal": 8300000
}
```