The a application by ApiKey Returns (Task.)
Find the App in the designated Folder by the API Key for the App.
Name | Description |
---|---|
folder | The folder. |
apiKey | The API key. |
Example in C#
// Returns: AppInfo
var appInfo = await client.GetAppByApiKeyAsync(FolderInfo folder, String apiKey);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps?apiKey=APP.APIKEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'