contacts

GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/contact

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"holders":[{"customerId":"customer0000001","relationship":"SECONDARY","name":{"first":"Ernest","middle":"Miller","last":"Hemingway","suffix":"IV"}},{"customerId":"customer0000003","relationship":"PRIMARY_JOINT","name":{"first":"Maya","last":"Angelou","middle":"Annie"}}],"emails":["ernest.m.hemingway@domain.tld","m.angelou@domain.tld"],"addresses":[{"type":"HOME","line1":"1850 N Clark St","line2":"no. 103","city":"Chicago","region":"IL","postalCode":"60614","country":"US"},{"type":"HOME","line1":"2014 N Main St","city":"San Francisco","region":"CA","postalCode":"94105","country":"US"}],"telephones":[{"type":"HOME","country":"1","number":"3127771926"},{"type":"CELL","country":"53","number":"45915607"},{"type":"HOME","country":"1","number":"4157771926"}]}