curl --request GET \
--url https://api.nuvion.tech/account-details/{detailId} \
--header 'Authorization: <authorization>'{
"message": "Account detail retrieved successfully",
"status": 200,
"data": {
"account_detail": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"entity_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"account_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"account_number": "1234567890",
"routing_number": "987654321",
"description": "Primary account details",
"issuer": {
"name": "Example Bank",
"code": "EXBNK",
"address": "123 Banking St, Finance City",
"meta": {}
},
"config": {
"outflow_enabled": true,
"inflow_enabled": true,
"outflow_allowed_counterparties": [],
"inflow_allowed_counterparties": []
},
"status": "active",
"terminate_after": 365,
"created": 1693584000000,
"updated": 1693584000000
},
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"name": "Acme Corporation",
"type": "business",
"verification_status": "verified"
},
"account": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"entity_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"type": "checking",
"currency": "USD",
"display_name": "Business Account",
"meta": {},
"config": {
"is_overdraftable": false,
"overdraft_limit": 0
},
"created": 1693584000000,
"updated": 1693584000000,
"balance": {
"available": 0,
"current": 0,
"overdraft_used": 0
}
},
"usage_statistics": {
"total_transactions": 127,
"successful_transactions": 124,
"failed_transactions": 3,
"last_transaction_date": 1735689600000,
"total_volume_by_currency": [
{
"currency": "USD",
"inflow_volume": 250000.75,
"outflow_volume": 180000.5
}
]
}
}
}Retrieves account detail information for the authenticated entity.
curl --request GET \
--url https://api.nuvion.tech/account-details/{detailId} \
--header 'Authorization: <authorization>'{
"message": "Account detail retrieved successfully",
"status": 200,
"data": {
"account_detail": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"entity_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"account_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"account_number": "1234567890",
"routing_number": "987654321",
"description": "Primary account details",
"issuer": {
"name": "Example Bank",
"code": "EXBNK",
"address": "123 Banking St, Finance City",
"meta": {}
},
"config": {
"outflow_enabled": true,
"inflow_enabled": true,
"outflow_allowed_counterparties": [],
"inflow_allowed_counterparties": []
},
"status": "active",
"terminate_after": 365,
"created": 1693584000000,
"updated": 1693584000000
},
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"name": "Acme Corporation",
"type": "business",
"verification_status": "verified"
},
"account": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"entity_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"type": "checking",
"currency": "USD",
"display_name": "Business Account",
"meta": {},
"config": {
"is_overdraftable": false,
"overdraft_limit": 0
},
"created": 1693584000000,
"updated": 1693584000000,
"balance": {
"available": 0,
"current": 0,
"overdraft_used": 0
}
},
"usage_statistics": {
"total_transactions": 127,
"successful_transactions": 124,
"failed_transactions": 3,
"last_transaction_date": 1735689600000,
"total_volume_by_currency": [
{
"currency": "USD",
"inflow_volume": 250000.75,
"outflow_volume": 180000.5
}
]
}
}
}Authorization header: Bearer {jwt or Secretkey}
"Bearer {jwt or Secretkey}"
The unique identifier (ULID) of the account detail to retrieve