List devices for an entity
API Reference
List devices for an entity
List all devices linked to an entity in gu1 β returns fingerprints, metadata, and last-seen timestamps for fraud prevention and audit trails.
GET
List devices for an entity
Overview
Retrieves all devices registered to a specific entity, sorted by last activity. Use this endpoint to monitor device usage patterns, detect suspicious access, and build device-based fraud detection rules.Endpoint
Authentication
Requires a valid API key in the Authorization header:Path Parameters
UUID of the entity whose devices you want to retrieve
Query Parameters
Maximum number of devices to return per page (max: 1000)Example:
?limit=100Number of devices to skip for paginationExample:
?offset=50Response
Indicates if the request was successful
Array of device objects sorted by
lastSeenAt (most recent first)gu1βs internal device UUID
Device identifier
External device identifier
UUID of the associated entity
Entityβs external ID (denormalized)
Entityβs tax ID (denormalized)
User-defined device name or hardware name
Additional device metadata (JSON object). Platform-specific details.
Device platform (android, ios, web)
Device manufacturer
Device model
Device brand
Operating system name
Operating system version
Browser name (web only)
Browser version (web only)
Geographic latitude
Geographic longitude
City name
State/province
Country name
ISO country code
Last known IP address
Whether device is an emulator
Whether device is rooted/jailbroken
Whether device is blocked
Whether device is trusted
First seen timestamp (ISO 8601)
Last seen timestamp (ISO 8601)
Creation timestamp
Last update timestamp
Examples
Basic Query
With Pagination
Response Example
Error Responses
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Use Cases
Device Inventory Dashboard
Build a dashboard showing all devices used by your entities:Fraud Detection
Detect suspicious device patterns:Geographic Analysis
Analyze device locations for anomalies:Activity Monitoring
Monitor recent device activity:Pagination Best Practices
Iterate Through All Pages
Next Steps
Create Device
Register a new device
Events API
Learn about automatic device registration
Fraud Detection
Build device-based fraud rules
Risk Matrix
Configure risk scoring with device data