Create a contact
POST
/api/v3/contacts
Create a contact
Authorizations
Section titled βAuthorizations βRequest Body
Section titled βRequest Body β Media type application/json
object
api
boolean
email
string
firstName
string
lastName
string
tags
Array<string>
Examples
Example Create a contact
{ "api": true, "firstName": "Michael", "lastName": "Schofield", "tags": [ "amazing-contact", "engaged" ]}Responses
Section titled β Responses βStill can’t find what you need? Contact support.