API Tester
Test multi-endpoint retrieval and full CRUD for devices and audience members.
Enrolled Devices
| Identity | Platform | State | Inspect |
|---|---|---|---|
| No devices fetched or available. | |||
|
{{ getDeviceName(d) }}
{{ d.mdmUser?.email || 'unassigned@workspace.local' }}
|
{{ d.type || d.platform }} | {{ d.state || d.status }} | |
Device Employees (MDM)
| Identity | Auth | Tags | Inspect |
|---|---|---|---|
| No MDM users fetched. | |||
{{ getUserName(u) }} {{ u.email }} |
SSOStandard | {{ typeof t === 'string' ? t : t.value || String(t) }} |
|
Organization Collaborators
| Identity | Role | Auth | Inspect |
|---|---|---|---|
| No org collaborators fetched. | |||
{{ getUserName(u) }} {{ getUserEmail(u) }} |
{{ getUserRole(u) }} | SSOStandard | |
Store Collaborators
| Identity | Role/Auth | Tags | Inspect |
|---|---|---|---|
| No store collaborators fetched. | |||
{{ getUserName(u) }} {{ getUserEmail(u) }} |
{{ getUserRole(u) }} SSO | {{ typeof t === 'string' ? t : t.value || String(t) }} |
|
Enterprise Apps
| App Identity | Platforms (OS) | Inspect Lifecycle |
|---|---|---|
| No apps fetched. | ||
|
{{ a.name || a.slug }}
{{ a.id || a._id }}
|
{{ os }}
|
|
App Collaborators
| Identity | Role | Auth | Inspect |
|---|---|---|---|
| No app collaborators fetched. | |||
{{ getUserName(u) }} {{ getUserEmail(u) }} |
{{ getUserRole(u) }} | SSOStandard | |
App Employees
| Identity | Role/Auth | Tags | Inspect |
|---|---|---|---|
| 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 / Identifier | ID | Inspect |
|---|---|---|
| No resources fetched. | ||
| {{ item.name || item.email || item.slug || item.title || 'Unnamed Resource' }} | {{ item._id || item.id }} | |
{{ category }}
{{ selectedEndpoint.details.summary || 'API Endpoint' }}
{{ 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 PortalAI 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 }}