Table of Contents

API

Use ITFlow's API to work with ITFlow in scripts and (eventually) third-party apps.

The current version of the ITFlow API is v1. It can be accessed at /api/v1/{module}/{function}.php

Modules with API support at present

API Functions

Generating an API Key

  1. Navigate to the Admin panel
  2. Click on API
  3. Click on New Key to generate a new key

Request Methods

Data Returned

Notes

API Docs/Examples

Documentation / an example of how to use a module API endpoint is shown on that module's doc page. Additional examples are available here.