curl --request GET \
--url https://api.breakcold.com/rest/attributes/{object}/zapier \
--header 'X-API-KEY: <api-key>'
[
{
"key": "<string>",
"label": "<string>",
"helpText": "<string>",
"list": true,
"type": "<string>",
"choices": [
"<any>"
]
}
]
curl --request GET \
--url https://api.breakcold.com/rest/attributes/{object}/zapier \
--header 'X-API-KEY: <api-key>'
[
{
"key": "<string>",
"label": "<string>",
"helpText": "<string>",
"list": true,
"type": "<string>",
"choices": [
"<any>"
]
}
]
Successful response
The response is of type object[]
.