Retrieve a Contact

Retrieves the contact information by passing the contact id.
Contacts
Retrieve a Contact
 last updated: 
November 30, 2023

ENDPOINT

  1. GET /v1/contact/:id

RESPONSE

  1. {
  2.     "id": "con-ab8e4ddc-cf09-448d-aa19-f71527b8393c",
  3.     "accountId": "acc-63d656eb-fedc-4250-8111-48a5ff0faed9",
  4.     "name": "Bright Might LLC",
  5.     "email": "dwightmight@gmail.com",
  6.     "phone": "+18467051333",
  7.     "status": "active",
  8.     "intrabank": {
  9.         "accountNumber": "9990001149517700"
  10.     },
  11.     "ach": {
  12.         "accountNumber": "1098324502",
  13.         "routingNumber": "121042882",
  14.         "accountType": "businessChecking",
  15.         "bankName": "Wells Fargo",
  16.         "last4": "1234"
  17.     },
  18.     "createdAt": "2021-12-16T05:48:21Z",
  19.     "modifiedAt": "2021-12-16T06:07:10Z",
  20.     "wire": {
  21.         "domestic": {
  22.             "accountNumber": "1098324502",
  23.             "routingNumber": "121042882",
  24.             "accountType": "businessChecking",
  25.             "bankName": "Wells Fargo",
  26.             "last4": "1234"
  27.             "address": {
  28.                 "addressType": "wire",
  29.                 "line1": "123 Main St",
  30.                 "line2": "",
  31.                 "city": "New York",
  32.                 "state": "NY",
  33.                 "country": "US",
  34.                 "postalCode": "10001"
  35.             }
  36.         },
  37.         "international": null
  38.     },
  39.     "check": {
  40.         "address": {
  41.             "addressType": "check",
  42.             "line1": "123 Main St",
  43.             "line2": "",
  44.             "city": "New York",
  45.             "state": "NY",
  46.             "country": "US",
  47.             "postalCode": "10001"
  48.         }
  49.     },
  50.     "card": {
  51.         "address": {
  52.             "addressType": "card",
  53.             "line1": "123 Main St",
  54.             "line2": "",
  55.             "city": "New York",
  56.             "state": "NY",
  57.             "country": "US",
  58.             "postalCode": "10001"
  59.         }
  60.     },
  61.     "type": "others",
  62.     "metadata": null,
  63.     "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  64.     "debitCard": null
  65. }