Create New Contact
Create a new contact in your organization.
Create a New Contact
Fetch a specific contact's data in an inabit organization, according to the contact's ID.
Using this endpoint users can create a new contact in their organization and associate crypto addresses to it.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (ContactCreateInput object)
oraganizationId*
String
Organization ID
contactName*
String
Contact Name
firstName
String
Contact's First Name
lastName
String
Contact's Last Name
String
Contact Email
shouldNotifyTx
Boolean
If true, send emails to this contact
for every transaction associated
with the contact's addresses
("walletCryptoAccounts")
phone
String
Phone Number
contactCategory name
String
Category name from "Categories"
contactCryptoAccounts*
String
Name + address per wallet
Example body:
Response
Return values:
id
String
Contact ID
name
String
Contact Name
id (contactCryptoAccounts)
String
ID of the created contactCryptoAccount
name (contactCryptoAccounts)
String
Name of the created contactCryptoAccount
address (contactCryptoAccounts)
String
Address of the created contactCryptoAccount
How do I retrieve my organization ID?
In order to retrieve an organization's identifier, you'll need to call your user details first, to understand which organization is related to them.