🏷️Errors and Status

The Welcome to the Jungle Solutions API uses the following HTTP status codes:

Error messages are returned in JSON format as described below:

{
  "error": "unauthorized",
  "error_description": "You are not member of this organization"
}

Last updated