Overview
Retrieves a list of entities with optional filtering by type, country, tax ID, or external ID. Returns up to 100 entities per request.Endpoint
Authentication
Requires a valid API key in the Authorization header:Query Parameters
Filter by entity type. Available values:
personcompanytransactiondevicepayment_methodlocationdocumentaccountcardalertcustomother
Filter by ISO 3166-1 alpha-2 country code (e.g., βUSβ, βBRβ, βARβ)
Filter by exact tax identification number
Filter by your external identifier
Response
Array of entity objects, each containing:
id- gu1βs internal IDexternalId- Your external IDorganizationId- Your organization IDtype- Entity typename- Entity nametaxId- Tax IDcountryCode- Country coderiskScore- Risk score (0-100)riskFactors- Array of risk factorsstatus- Entity statuskycVerified- KYC verification statuskycProvider- KYC provider namekycData- KYC verification dataentityData- Type-specific dataattributes- Custom attributescreatedAt- Creation timestampupdatedAt- Last update timestampdeletedAt- Deletion timestamp (null if active)
Examples
List All Entities
Filter by Entity Type
Filter by Country
Find by External ID
Find by Tax ID
Response Example
Use Cases
High Risk Entity Monitoring
Query all entities and filter by risk score in your application:KYC Compliance Dashboard
Get all unverified entities for compliance dashboard:Transaction Volume Analysis
List all transactions for a specific period (combine with date filtering in your app):Country-Specific Compliance
Get all entities from a specific country for regulatory reporting:Pagination
The API currently returns up to 100 entities per request. If you have more than 100 entities and need pagination:- Use specific filters to narrow down results (type, country, etc.)
- Implement client-side pagination by storing the last
createdAttimestamp - Contact support for enterprise pagination features
Error Responses
401 Unauthorized
500 Internal Server Error
Limits
- Maximum results per request: 100 entities
- Query parameters: Can be combined for advanced filtering
- Rate limits: Apply based on your plan tier
Next Steps
- Get Entity Details - Retrieve complete information for a specific entity
- Create Entity - Add new entities to your organization
- Update Entity - Modify entity attributes
- Batch Operations - Process multiple entities at once