Skip to main content
All docs
API Documentation/API authentication

API authentication

Bearer tokens, scopes, and token rotation.

Latest
5 min
Updated 2026-07-09

API authentication

EduWallet uses Bearer tokens issued per integration.

http
GET /api/public/verify?code=EDU-8Q7R-2XZ4
Host: api.eduwallet.ug
Authorization: Bearer sk_live_xxxxxxxxxxxx

Scopes

  • verify:read — public verification
  • students:read — read student roster
  • fees:write — post payments

Rotation

Rotate tokens from Admin → API Keys. Old tokens are honored for 24 hours after rotation.

Was this article helpful?