GET List Labels​
GET
/labels
Retrieve all global labels ordered by their position. Labels are used to categorize and organize automation funnels and other objects within FluentCRM.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
List of all labels.
application/json
JSON
{
"labels": [
{
"id": 0,
"parent_id": 0,
"slug": "string",
"title": "string",
"description": "string",
"position": 0,
"settings": {
"color": "string"
},
"created_at": "string",
"updated_at": "string"
}
]
}