You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
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.