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"
}
]
Retrieve a list of your account’s custom contact properties.
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"
}
]
[
{
"key": "favoriteColor",
"label": "Favorite Color",
"type": "string"
},
{
"key": "plan",
"label": "Plan",
"type": "string"
}
]
Was this page helpful?