Create a new contact property.
cURL
curl --request POST \ --url https://app.loops.so/api/v1/contacts/properties \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "type": "<string>" }'
{ "success": true }
camelCase
planName
favoriteColor
string
number
boolean
date
400 Bad Request
Was this page helpful?