cURL
curl --request GET \ --url https://api.nuvion.tech/counterparty-lookups/{id} \ --header 'Authorization: <authorization>'
{ "message": "Counterparty lookup retrieved successfully", "status": 200, "data": { "id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5", "lookup_type": "bank_account", "status": "completed", "result": { "account_holder_name": "John Doe", "account_number": "1234567890", "routing_number": "021000021", "bank_name": "JPMorgan Chase Bank", "bank_code": "CHASE", "account_type": "checking", "country": "US", "status": "active" }, "created_at": "2025-09-11T14:30:00.000Z", "updated_at": "2025-09-11T14:32:00.000Z", "meta": { "verification_method": "instant", "verification_source": "plaid" } } }
Retrieves specific counterparty lookup information for the authenticated user or entity.
Authorization header: Bearer {jwt or Secretkey}
The unique identifier (ULID) of the counterparty lookup to retrieve
Successful operation
A descriptive message indicating the result of the operation
The status of the API operation (successful, error, failed, pending)
Contains the counterparty lookup details
Show child attributes
Unique identifier for the lookup request
Type of lookup performed
Status of the lookup operation
Results of the lookup operation
Name of the account holder
Account number at the financial institution
Bank routing number
Full name of the financial institution
Unique code of the financial institution
Type of bank account
Country code where the account is located
Status of the bank account
Timestamp when the lookup was initiated
Timestamp when the lookup was last updated
Additional metadata for the lookup
Method used for verification
Source used for verification