curl --request GET \
--url https://api.nuvion.tech/entities \
--header 'Authorization: <authorization>'{
"message": "Entities retrieved successfully",
"status": 200,
"data": [
{
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "business",
"status": "approved",
"name": "Acme Corporation",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "subsidiary",
"business_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": "2025-09-12T12:00:00.000Z",
"updated": "2025-09-12T12:00:00.000Z"
},
"business": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"legal_name": "Acme Corporation LLC",
"trade_name": "Acme",
"registration_number": "REG123456789",
"industry": "Technology",
"website": "https://acmecorp.com",
"type": "LLC",
"description": "A leading provider of innovative technology solutions",
"incorporation_meta": {
"year": 2020,
"month": 4,
"country": "US",
"state": "California"
},
"created": "2025-09-12T12:00:00.000Z",
"updated": "2025-09-12T12:00:00.000Z"
}
},
{
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9G7",
"type": "business",
"status": "approved",
"name": "Globex Corporation",
"is_root": false,
"parent_entity": null,
"parent_relationship": null,
"business_id": "01HJ5G6R7MXW5ZK2QD6YA8N9G8",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": "2025-09-10T14:30:00.000Z",
"updated": "2025-09-10T14:30:00.000Z"
},
"business": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9G8",
"legal_name": "Globex Corporation Inc",
"trade_name": "Globex",
"registration_number": "REG987654321",
"industry": "Manufacturing",
"website": "https://globexcorp.com",
"type": "Corporation",
"description": "International manufacturing and distribution company",
"incorporation_meta": {
"year": 2018,
"month": 7,
"country": "US",
"state": "New York"
},
"created": "2025-09-10T14:30:00.000Z",
"updated": "2025-09-10T14:30:00.000Z"
}
}
],
"meta": {
"pagination": {
"cursor": "eyJpZCI6IjAxSEo1RzZSN01YVzVaSzJRRDZZQThOOUc3In0=",
"has_more": true,
"limit": 20
},
"filters_applied": {
"type": "business",
"status": "approved",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6"
}
}
}Retrieves all entities for the authenticated user.
curl --request GET \
--url https://api.nuvion.tech/entities \
--header 'Authorization: <authorization>'{
"message": "Entities retrieved successfully",
"status": 200,
"data": [
{
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "business",
"status": "approved",
"name": "Acme Corporation",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "subsidiary",
"business_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": "2025-09-12T12:00:00.000Z",
"updated": "2025-09-12T12:00:00.000Z"
},
"business": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"legal_name": "Acme Corporation LLC",
"trade_name": "Acme",
"registration_number": "REG123456789",
"industry": "Technology",
"website": "https://acmecorp.com",
"type": "LLC",
"description": "A leading provider of innovative technology solutions",
"incorporation_meta": {
"year": 2020,
"month": 4,
"country": "US",
"state": "California"
},
"created": "2025-09-12T12:00:00.000Z",
"updated": "2025-09-12T12:00:00.000Z"
}
},
{
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9G7",
"type": "business",
"status": "approved",
"name": "Globex Corporation",
"is_root": false,
"parent_entity": null,
"parent_relationship": null,
"business_id": "01HJ5G6R7MXW5ZK2QD6YA8N9G8",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": "2025-09-10T14:30:00.000Z",
"updated": "2025-09-10T14:30:00.000Z"
},
"business": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9G8",
"legal_name": "Globex Corporation Inc",
"trade_name": "Globex",
"registration_number": "REG987654321",
"industry": "Manufacturing",
"website": "https://globexcorp.com",
"type": "Corporation",
"description": "International manufacturing and distribution company",
"incorporation_meta": {
"year": 2018,
"month": 7,
"country": "US",
"state": "New York"
},
"created": "2025-09-10T14:30:00.000Z",
"updated": "2025-09-10T14:30:00.000Z"
}
}
],
"meta": {
"pagination": {
"cursor": "eyJpZCI6IjAxSEo1RzZSN01YVzVaSzJRRDZZQThOOUc3In0=",
"has_more": true,
"limit": 20
},
"filters_applied": {
"type": "business",
"status": "approved",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6"
}
}
}Authorization header: Bearer {jwt or Secretkey}
Filter entities by parent entity ID
Filter entities by type
Filter entities by status
Filter entities by name (case-insensitive partial match)
Filter entities by minimum risk score
Filter entities by maximum risk score
Filter entities by sanctions status
Filter entities created after this timestamp (Unix milliseconds)
Filter entities created before this timestamp (Unix milliseconds)
Filter entities by verification status
Maximum number of results to return
Pagination cursor for fetching next page of results
Sort direction for results
Successful operation
A descriptive message indicating the result of the operation
The status of the API operation (successful, error, failed, pending)
List of entity records
Show child attributes
Core entity information
Show child attributes
Unique identifier for the entity
Type of entity
Current status of the entity
Name of the entity
Indicates if this is a root entity
ID of the associated business
ID of the user who created the entity
Context in which the entity was created
Timestamp when the entity was created
Timestamp when the entity was last updated
ID of the parent entity if applicable
Type of relationship with the parent entity
Risk assessment score for the entity
Status of sanctions checks
Business-specific information
Show child attributes
Unique identifier for the business
Legal registered name of the business
Official registration number
Industry sector of the business
Type of business entity
Information about business incorporation
Show child attributes
Year of incorporation
Month of incorporation
Country of incorporation
State or province of incorporation
Timestamp when the business record was created
Timestamp when the business record was last updated
Trading or doing-business-as name
Website URL of the business
Description of the business
Metadata related to the response including pagination and filter information
Show child attributes