This documentation walks through how to connect a client system to the School Info API. We'll use the free tool Postman to test your credentials and view example responses.
You should be familiar with RESTful API concepts.
Credentials
If you haven't done so already, now is the time to get your credentials from TBD@example.com. Even if you're already a Scholar Snapp API client, you will need credentials specifically provided for this system.
The system uses JSON Web Token (JWT) authentication. If you're reading this, you're probably familiar with JWT, but, if not, it's RFC 7519, with a pretty good overview here and a Wikipedia entry chock full of references to further information here.