# Bridge API

Platform data API for educational tools. Connects to Freckle, Lalilo,
Anton, Renaissance, Accelerated Reader, MobyMax, Membean, Zearn, Happy Numbers, Vocabloco, Literably, and Mentava through a single authenticated interface.

## Getting Started

You need a Cognito token from your organization. If you have one:

    GET / -H "Authorization: Bearer <token>"

This will register you and show your dashboard.

## Documentation

    GET /docs                  Platform and endpoint reference
    GET /docs/freckle          Freckle endpoints
    GET /docs/lalilo           Lalilo endpoints
    GET /docs/anton            Anton endpoints
    GET /docs/renaissance      Renaissance endpoints
    GET /docs/ar               Accelerated Reader endpoints
    GET /docs/mobymax          MobyMax endpoints
    GET /docs/membean          Membean endpoints
    GET /docs/zearn            Zearn endpoints
    GET /docs/happynumbers     Happy Numbers endpoints
    GET /docs/vocabloco        Vocabloco endpoints
    GET /docs/literably        Literably endpoints
    GET /docs/mentava          Mentava endpoints