API Reference
Contact
Get all Contacts specified by email.
GET
AUTHENTICATION
Authorization
Bearer
Bearer
QUERY PARAMETERS
email
string
The email address of the contact.
RESPONSES
200
Returns a list of a contacts.
ContactModel
Example: [object Object]
contactId
string<uuid>
customerId
string<uuid>
websiteUrl
string
created
string<date-time>
firstName
string
lastName
string
phone
string
email
string
imageUrl
string
400
Bad Request
ProblemDetails
type
string
title
string
status
integer<int32>
detail
string
instance
string
404
Not Found
string
500
Server Error
503
Server Error
Updated 03 Mar 2023
Did this page help you?