get https://{account}.sysaidit.com/connect/v1/applications
Retrieve all the applications associated with the authenticated account, including a list of applications with their metadata including client ID, name, and associated username.
Please note:
- This endpoint requires a valid JWT token in the Authorization header:
Authorization: Bearer <token>
.- This endpoint is restricted to SysAdmins only.