GetMobilePlatformEndpointAsync

Returns ()

Find all Mobile Platform App End Points in the designated Folder.

Name Description
folder The folder to get mobile platform endpoints from

Get Mobile Platform Endpoint Async

Example in C#

// Returns: IEnumerable<MobilePlatformAppEndpointInfo>
var item = await client.GetMobilePlatformEndpointAsync(FolderInfo folder);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps/APP.KEY/mobileplatformapps/MOBILEPLATFORMAPP.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'