Customer
Create Customer Property
Create customer property
POST
/
customer
/
{id}
/
properties
Authorizations
apikey
string
headerrequiredAuthentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Path Parameters
id
string
requiredID of customer
Body
application/json
Customer property model
type
enum<string>
type of property
Available options:
text
, image
, document
, video
title
string
description
string
details on the property
messages
string[]
url(s) for type image
, document
and video
. Text for type text
priority
integer
order in which it should be displayed on the web app
Response
200 - application/json
Simple generic response for delete
status
string
message
string
details
string