Quick Start
Last updated
Last updated
Requests to the API are authenticated using a Bearer token header, the token being your API key.
Requests with a body must be formatted using JSON. Responses with content will be in JSON.
Before we start, lets set our API Key as a variable in our Shell session.
To make your first request, send an authenticated request to the courses endpoint. This will list all of courses available to your organisation.
See below for an example of how to perform this call using curl
:
That was a big list! Let's narrow it down a little.
Much easier to read. At the time of writing this request returned just one course, however our library is updating all the time, so maybe you got a few more!