v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Endpoints

contacts/add

This endpoint is used to add a new contact record for the given account. If Flinks, Plaid or Mx credentials are provided, we will fetch all personal and bank account details from those providers.

post/contacts/add

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

ContactIDstring

This ID of the newly created contact

Example response

{
  "ContactID": "test_contact_id"
}