GET
/
attributes
/
{object}
/
zapier
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>"
    ]
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

object
string
required

Response

200
application/json
Successful response
key
string
required
label
string
required
type
string
required
helpText
string | null
list
boolean
choices
array