{ "workspace_id": 1, "name": "Product Launch", "color": "#ff0000" }
{ "id": 16, "name": "Product Launch", "color": "#ff0000", "workspace": { "id": 12, "name": "abdulmejidshemsuawel", "slug": "abdulmejidshemsuawel", "type": "PERSONAL", "logo": null, "timezone": "Africa/Addis_Ababa", "language": "en" } }
Create a new label to categorize your social media posts
Documentation IndexFetch the complete documentation index at: https://docs.postsyncer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.postsyncer.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://postsyncer.com/api/v1/labels" \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "workspace_id": 1, "name": "Product Launch", "color": "#ff0000" }'
Was this page helpful?