Skip to main content

Actions

The fairjungle API follows the REST principles to fetch, delete, create and update resources.

The base URL for all API call is https://api.fairjungle.com/api.

VerbRequest parameterDescription
GETFetch a list of resources.
GETResource idFetch a resource.
DELETEResource idDelete a resource.
POSTCreate a new resource.
PUTResource idEntirely replace an existing resource. Missing attributes are deleted.
PATCHResource idPartially update an existing resource. Missing attributes remain unchanged.