Attributes
List attributes for Make
API Documentation
Status
Workspaces
Leads
- POSTCreate Lead
- GETGet a lead by id
- DELDelete a lead
- PATCHUpdate Lead
- POSTDelete many leads
- PATCHUpdate many leads
- POSTList leads with pagination and filters
- POSTAdd a list to leads
- POSTTrack a lead
- GETGet count of tracked leads
- POSTTrack leads
- POSTConnect a lead to a company
- POSTDisconnect a lead from a company
- POSTSearch leads
Lists
Campaigns
Reminders
Attributes
List attributes for Make
GET
/
attributes
/
{object}
/
make
curl --request GET \
--url https://api.breakcold.com/rest/attributes/{object}/make \
--header 'X-API-KEY: <api-key>'
[
{
"name": "<string>",
"label": "<string>",
"help": "<string>",
"multiple": true,
"type": "<string>",
"options": [
"<any>"
]
}
]
Authorizations
Path Parameters
curl --request GET \
--url https://api.breakcold.com/rest/attributes/{object}/make \
--header 'X-API-KEY: <api-key>'
[
{
"name": "<string>",
"label": "<string>",
"help": "<string>",
"multiple": true,
"type": "<string>",
"options": [
"<any>"
]
}
]