The Amar Events REST API uses API key authentication via Bearer tokens . Include your API key in the Authorization header as `Authorization: Bearer YOUR_KEY` on every request . The web interface (browser) uses PHP session-based authentication . JWT tokens are used internally for some features . There is no OAuth token exchange for the public API — just your API key as a Bearer token .
developer