meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
api [2023/09/14 20:19] – [Generating an API Key] johnny | api [2024/08/29 22:50] (current) – [Generating an API Key] Mention all clients/specific wrongecho | ||
---|---|---|---|
Line 10: | Line 10: | ||
* assets | * assets | ||
* certificates | * certificates | ||
+ | * clients | ||
* contacts | * contacts | ||
+ | * credentials (logins) | ||
* domains | * domains | ||
* networks | * networks | ||
Line 22: | Line 24: | ||
* create // | * create // | ||
* update // | * update // | ||
+ | * delete // | ||
+ | |||
+ | |||
+ | * //We may also add archive// | ||
===== Generating an API Key ===== | ===== Generating an API Key ===== | ||
Line 27: | Line 33: | ||
- Click on **API** | - Click on **API** | ||
- Click on **New Key** to generate a new key | - Click on **New Key** to generate a new key | ||
+ | - Select whether the key will have access limited to a specific client, or have access to data for all clients | ||
Line 44: | Line 51: | ||
==== Notes ==== | ==== Notes ==== | ||
- | * For read requests, 50 records are shown by default. This can be adjusted by supplying the limit and offset parameters. | + | * For read requests, 50 records are shown by default. This can be adjusted by supplying the '' |
- | * For POST requests, the client_id parameter is always required if the API key used has scope/ | + | * For POST requests, the '' |
+ | * Be sure to check your Apache/PHP error logs if you're running into issues | ||
==== API Docs/ | ==== API Docs/ | ||
Line 51: | Line 59: | ||
Documentation / an example of how to use a module API endpoint is shown on that module' | Documentation / an example of how to use a module API endpoint is shown on that module' | ||
- | |||
- | Old API | ||
- | |||
- | The legacy ITFlow API is accessed at /api.php. We are working on moving all functionality into the new API at /api/. The legacy API has the following features: | ||
- | |||
- | * Caller ID lookup (Great for integrating with your phone system like FreePBX, and having your VOIP phone return the client' | ||
- | * XML Phonebook Download - / | ||
- | * Client Email (great for mailing lists) - / | ||
- | * Account Balance for Client (can be integrated into multiple places for example in FreePBX Press 3 to check account balance, please enter your client ID your balance is) - / | ||
- | * Add new asset for a client - / | ||
- | * Required: api_key, client_id, add_asset (name) |