Successful response
ShipSaving Legacy API (v1)
- Production serverhttps://api.shipsaving.com/api/balance
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.shipsaving.com/api/balance?api_token=YOUR_API_KEY_HERE'Response
application/json
{ "balance": "173.13", "currency": "usd" }