Overview
The Academia API allows authorized third-party partners (resellers) to integrate with the Academia platform. Partners can generate voucher codes and deposit funds directly into user wallets.
Capabilities
| Feature | Description |
|---|---|
| Voucher Generation | Generate prepaid voucher codes with specific denominations that end users redeem in the Academia app |
| Direct Deposit | Credit a user's wallet directly by phone number lookup |
| Denominations | Query all available voucher denominations and their values |
| User Lookup | Verify a user's identity before making a deposit |
Base URL
All API requests are made to:
https://api.academia.ly/api/v1/resellerCurrency
All monetary values are in Libyan Dinars (LYD).
Date Format
All dates and times use ISO 8601 format in UTC.
2026-04-09T14:30:00ZSecurity
Every API request is protected by three layers:
- IP Whitelisting --- only requests from pre-approved IP addresses are accepted
- Token Authentication --- every request requires a valid bearer token
- Rate Limiting --- requests are throttled per reseller to prevent abuse
Additionally, each reseller has a daily spending limit that caps the total value of vouchers generated and deposits made per day.