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
}
Create a new contact property.
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, like planName or favoriteColor.stringnumberbooleandate400 Bad Request.
{
"success": true
}
Was this page helpful?