curl -X GET "https://postsyncer.com/api/v1/labels" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"data": [
{
"id": 1,
"name": "Product Launch",
"color": "#ff0000",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
},
{
"id": 2,
"name": "Winter",
"color": "#0000ff",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
}
]
}
Retrieve all labels from your workspaces
curl -X GET "https://postsyncer.com/api/v1/labels" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"data": [
{
"id": 1,
"name": "Product Launch",
"color": "#ff0000",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
},
{
"id": 2,
"name": "Winter",
"color": "#0000ff",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
}
]
}
curl -X GET "https://postsyncer.com/api/v1/labels" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"data": [
{
"id": 1,
"name": "Product Launch",
"color": "#ff0000",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
},
{
"id": 2,
"name": "Winter",
"color": "#0000ff",
"workspace": {
"id": 12,
"name": "abdulmejidshemsuawel",
"slug": "abdulmejidshemsuawel",
"type": "PERSONAL",
"logo": null,
"timezone": "Africa/Addis_Ababa",
"language": "en"
}
}
]
}
curl -X GET "https://postsyncer.com/api/v1/labels" \
-H "Authorization: Bearer YOUR_API_TOKEN"