API Reference
Contact
Get a Contact specified by id.
GET
Authentication
Authorization
Bearer
Path Parameters
id
string
*
Responses
200
Returns details of a specific contact.
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?