Important: A given IP address can make a maximum of 10 simultaneous calls to a public API. An error message with the response code "429 (Too Many Requests)" is returned if this number is exceeded.
Two types of API calls are supported by Fairways Debt:
- Using API gateway.
Samples
Hivedev
curl "https://apigw.hivedev.net/api/debt/v3/4429215306151612909/transactions?organization_id=5042012944716076384&page=0&size=20" -i -X GET -H "X-APP-TOKEN:your_api_key"
Production
curl "https://apigw.financeactive.eu/api/debt/v3/6498596991643788099/transactions?organization_id=1874686868913544324&page=0&size=20" -i -X GET -H "X-APP-TOKEN:your_api_key"
- Bypass JWT.
Samples
Hivedev
curl "https://debt.hivedev.net/api/debt/v3/4429215306151612909/transactions?organization_id=5042012944716076384&page=0&size=20" -i -X GET -H "Authorization: Bearer your_very_long_cookie"
Production
curl "https://debt.financeactive.eu/api/debt/v3/6498596991643788099/transactions?organization_id=1874686868913544324&page=0&size=20" -i -X GET -H "Authorization: Bearer your_very_long_cookie"