meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
api [2026/08/31 19:25] – c/e wrongechoapi [2026/09/10 16:47] (current) – link to developer.itflow.org wrongecho
Line 4: Line 4:
  
 The current version of the ITFlow API is v1. It can be accessed at **itflow.example.com/api/v1/{module}/{function}.php** The current version of the ITFlow API is v1. It can be accessed at **itflow.example.com/api/v1/{module}/{function}.php**
 +
 +We are in the process of creating dedicated API documentation accessible at: [[https://developer.itflow.org]]
  
 ===== Generating an API Key ===== ===== Generating an API Key =====
Line 62: Line 64:
   * For POST requests, the ''client_id'' parameter is always required if the API key used has scope/access to all clients   * For POST requests, the ''client_id'' parameter is always required if the API key used has scope/access to all clients
   * Be sure to check your Apache/PHP error logs if you're running into issues   * Be sure to check your Apache/PHP error logs if you're running into issues
 +  * To prevent your server from accidentally logging API keys, see [[api_apache-logging|here]]
  
 ---- ----