API Reference
Contact
Create a Contact defined by contact.
POST
AUTHENTICATION
Authorization
Bearer
Bearer
BODY PARAMETERS
body
ContactInput
brandId
string
Example: 9d885046-f7bf-401e-8f02-83e261553f5b
The brand if for a specific website / brand (use GET of Websites API endpoint first)
firstname
string
Example: Adrian
First name of contact
lastname
string
Example: Dray
Last name of contact
email
string
Example: adrian@email.com
Email address of contact
imageUrl
string
Example: https://dealmaker.blob.core.windows.net/images/t_0a9ab71cd20f4bf1b11130e71479743d/silhouette_male.png
URL to image
phone
string
Example: +49 171 6819254
Phone number of contact
RESPONSES
201
Returns created contact.
Contact
id
string<uuid>
created
string<date-time>
firstName
string
lastName
string
phone
string
email
string
imageUrl
string
400
Bad Request
string
500
Server Error
string
Updated 03 Mar 2023
Did this page help you?