Skip to main content
POST
Create Contact

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Body

application/x-www-form-urlencoded
email
string
Example:

"atomkiewicz@hotmail.com"

first_name
string
Example:

"Aleshia"

last_name
string
Example:

"Tomkiewicz"

Response

Create Object

created_at
string
Example:

"2022-06-26 14:30:00"

updated_at
string
Example:

"2022-06-26 14:30:00"