Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Api Reference

Suzanne Favot edited this page Aug 13, 2018 · 1 revision

API reference

Below is the list of resources exposed by the api. All resources use JSON for both request and response.

All the API routes apart from login are secured and will return 401 error codes unless provided with a valid token. The token must be put in the Authorization header, like this Authorization: Bearer <token> where is the JWT token provided by the API.

Clone this wiki locally