Using the API
FreJun's API is based on REST, accepts/returns JSON-encoded data, and uses standard HTTP response codes, authentication, and verbs.
Base URL
Base URL for all endpoints is https://api.frejun.com
Authentication
Depending on the endpoint, either of the following headers must be present in the request.
-
Authorization: Bearer
Access Token
-
Authorization: Bearer
Base64Encoded(Client ID:Client Secret)
tip
Please refer to the specific endpoint's API Spec for further details.