v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > Contact
Reads a single Contact
Reads a single Contact
get/api/2026-07-01/resources/finance/contacts/{id}
Path parameters
idstring required
List of Contact IDs to filter by.
Response
OK
Example response
{
"id": "123",
"name": "Google",
"legal_name": "Google engineering vendor",
"tax_id": "X1234567",
"address": {
"city": "East Ariana",
"country_code": "SC",
"line1": "93402 Spencer Points",
"line2": "Apt. 555",
"postal_code": "61471",
"state": "Oklahoma"
},
"external_id": "EXT-CONTACT-001",
"updated_at": "2025-01-01T00:00:00.000Z",
"iban": "GB25ZFXH46063029945396",
"bank_code": "BABCESMM",
"preferred_payment_method": "banktransfer",
"website": "https://www.example.com",
"email": "contact@example.com",
"phone_number": "+1234567890"
}