Retrieve a list of your account’s custom contact properties.
cURL
curl --request GET \ --url https://app.loops.so/api/v1/contacts/customFields \ --header 'Authorization: Bearer <token>'
[ { "key": "favoriteColor", "label": "Favorite Color", "type": "string" }, { "key": "plan", "label": "Plan", "type": "string" } ]
Hide properties
string
number
boolean
date
Was this page helpful?