Contacts
Create & Update Contacts
Create Contact(s)
POST
`/v1/contacts`
This API will allow you to create a single contact using a traditional REST approach.
Create Single Contact
The only required property for a contact is the name, but we recommend adding some more information like the email or phone.
Update Contact
POST
`/v1/contacts/:contact`
To update a contact, you'll need to pass the contact's ID along with any properties that you want to manage.
Update Contact
The address field can also include the address ID or location ID and we'll parse it successfully.