{{ toast.message }}
Applivery API Explorer

API Tester

Test multi-endpoint retrieval and full CRUD for devices and audience members.

Enrolled Devices

IdentityPlatformStateInspect
No devices fetched or available.
{{ getDeviceName(d) }}
{{ d.mdmUser?.email || 'unassigned@workspace.local' }}
{{ d.type || d.platform }} {{ d.state || d.status }}

Device Employees (MDM)

IdentityAuthTagsInspect
No MDM users fetched.
{{ getUserName(u) }}
{{ u.email }}
SSOStandard
{{ typeof t === 'string' ? t : t.value || String(t) }}

Organization Collaborators

IdentityRoleAuthInspect
No org collaborators fetched.
{{ getUserName(u) }}
{{ getUserEmail(u) }}
{{ getUserRole(u) }} SSOStandard

Store Collaborators

IdentityRole/AuthTagsInspect
No store collaborators fetched.
{{ getUserName(u) }}
{{ getUserEmail(u) }}
{{ getUserRole(u) }} SSO
{{ typeof t === 'string' ? t : t.value || String(t) }}

Enterprise Apps

App IdentityPlatforms (OS)Inspect Lifecycle
No apps fetched.
{{ a.name || a.slug }}
{{ a.id || a._id }}
{{ os }}

App Collaborators

IdentityRoleAuthInspect
No app collaborators fetched.
{{ getUserName(u) }}
{{ getUserEmail(u) }}
{{ getUserRole(u) }} SSOStandard

App Employees

IdentityRole/AuthTagsInspect
No app employees fetched.
{{ getUserName(u) }}
{{ getUserEmail(u) }}
{{ getUserRole(u) }} SSO
{{ typeof t === 'string' ? t : t.value || String(t) }}

{{ selectedTesterView.replace(/([A-Z])/g, ' $1').trim() }}

Name / IdentifierIDInspect
No resources fetched.
{{ item.name || item.email || item.slug || item.title || 'Unnamed Resource' }} {{ item._id || item.id }}
API Resources

{{ category }}

{{ ep.details.summary || ep.path }}

{{ selectedEndpoint.details.summary || 'API Endpoint' }}

{{ selectedEndpoint.method }} {{ selectedEndpoint.path }}

{{ selectedEndpoint.details.description }}

Parameters

Request Payload

Official Documentation

You are currently using the interactive API Rosetta interface. For comprehensive guides, SDK setups, and integration tutorials, please visit our official developer portal.

Open Developer Portal

AI Context Generation

Fire the Python script to generate the latest llms.txt containing the API dictionary to feed into your AI agents.

Last updated: {{ llmsInfo.lastUpdated }}

Open {{ llmsInfo.path }}
Production Console
{{ log.actionName }} {{ log.method }}
{{ log.endpoint }}
{{ JSON.stringify(log.payload, null, 2) }}
Syncing Packet...
HTTP STATUS {{ log.status }}
{{ JSON.stringify(log.response, null, 2) }}

Create Resource

Target: {{ selectedTesterView }}

{{ getDeviceName(selectedDevice) }}

Node ID: {{ selectedDevice.id || selectedDevice._id }}

Hardware Profile

Manufacturer{{ selectedDevice.summary?.manufacturer || 'N/A' }}
Model{{ selectedDevice.summary?.model || 'N/A' }}
Serial Number{{ selectedDevice.summary?.serialNumber || selectedDevice.serialNumber || 'N/A' }}
MAC Address{{ selectedDevice.summary?.macAddress || 'N/A' }}
IP Address{{ selectedDevice.networkIp || selectedDevice.summary?.ipAddress || 'N/A' }}

Software & Connectivity

OS Version{{ selectedDevice.summary?.osVersion || selectedDevice.osVersion || 'N/A' }}
Mgmt Mode{{ selectedDevice.summary?.managementMode || selectedDevice.managementMode || 'N/A' }}
Last Seen{{ (selectedDevice.lastStatusReportTime || selectedDevice.lastSeen || '').split('T')[0] || 'N/A' }}

Context Tags

{{ tag }}

Effective Policies

{{ p }}

Execute Actions

Patch Registry

Raw Payload Data

{{ getUserName(selectedUser) }}

User ID: {{ selectedUser.id || selectedUser._id }}

Basic Profile

Name{{ getUserName(selectedUser) }}
Email{{ getUserEmail(selectedUser) }}
Role{{ getUserRole(selectedUser) }}
Created At{{ getCreatedAt(selectedUser) }}

Authentication

Method SSO (Federated) Standard
Language{{ selectedUser.language || selectedUser.user?.language || 'EN' }}
Last Login (Dash){{ ((selectedUser.user || selectedUser).activityTrace?.lastLogin?.dashboard || '').split('T')[0] || 'Never' }}

Context Tags

{{ typeof tag === 'string' ? tag : tag.value || String(tag) }}

Raw Payload Data

{{ selectedApp.name || selectedApp.slug || 'Unnamed App' }}

App ID: {{ selectedApp.id || selectedApp._id }}

App Lifecycle Check

Inspecting this app automatically triggered background requests to fetch its most recent Builds and associated Downloads, populating the Production Console.

Check the Production Console logs to inspect the raw payloads generated by this action.

Raw Payload Data

{{ selectedGenericItem.name || selectedGenericItem.slug || 'Resource Profile' }}

{{ genericItemType }} ID: {{ selectedGenericItem.id || selectedGenericItem._id }}

Resource Info

Name{{ selectedGenericItem.name || '—' }}
Created At{{ getCreatedAt(selectedGenericItem) }}

Raw Payload Data