How to find a device's UUID in the Esper Console
Android
Your device's UUID is a unique identifier required for API calls, log correlation, and integrations. This article explains how to locate your device's UUID in the Esper Console.
Before you begin
The device UUID is different from the device serial number and device name. Make sure you need the UUID specifically for your use case.
How to find a device's UUID
- In the Esper Console, navigate to Devices & Groups in the left sidebar.
- Click the device you're looking for to open its detail page.
- Look at your browser's address bar. The URL follows this pattern:
https://<your-tenant>.esper.cloud/ui/devices/<UUID>/... - Copy the UUID from the URL. It's a 36-character string in the format
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
How to retrieve UUIDs for multiple devices
If you need to retrieve UUIDs for multiple devices programmatically, use the Esper API:
GET /api/v0/enterprise/{enterprise_id}/device/
The response includes device_id (the UUID) for each device alongside its serial number and name. See the Esper API Reference for authentication and endpoint details.
Still need help?
If you're unable to locate your device's UUID or have questions about using it, contact Esper Support.
0
Please sign in to leave a comment.
Comments
0 comments