Skip to content

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

FeatureDescription
Voucher GenerationGenerate prepaid voucher codes with specific denominations that end users redeem in the Academia app
Direct DepositCredit a user's wallet directly by phone number lookup
DenominationsQuery all available voucher denominations and their values
User LookupVerify a user's identity before making a deposit

Base URL

All API requests are made to:

https://api.academia.ly/api/v1/reseller

Currency

All monetary values are in Libyan Dinars (LYD).

Date Format

All dates and times use ISO 8601 format in UTC.

2026-04-09T14:30:00Z

Security

Every API request is protected by three layers:

  1. IP Whitelisting --- only requests from pre-approved IP addresses are accepted
  2. Token Authentication --- every request requires a valid bearer token
  3. 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.

Academia API Integration Documentation