API Conventions
Section titled “API Conventions”Request format
Section titled “Request format”Most API endpoints accept both GET and POST requests.
Response format
Section titled “Response format”Responses can be in plain text or JSON depending on the json parameter.
Authentication
Section titled “Authentication”When authentication is enabled, most endpoints require a valid session or password.