Hi,
I cant find label title for Project labels. I get Project via /v1/projects, in response i see labels as array of integer without they names. I read article Working with labels and not found information about project labels. Where i can get project label names via API?
Thanks
I have the same problem. Any updates on this?
You’re right — retrieving just the label IDs from /v1/projects
without their corresponding names can be confusing. Typically, systems that use numeric label references require a separate endpoint or resource map to resolve those IDs into human-readable names.
If the API docs you’re reading don’t explicitly mention project label metadata, it’s worth checking if there’s a /v1/labels
, /v1/project-labels
, or /v1/metadata/labels
endpoint. Sometimes labels are shared globally across the account or workspace, and need to be fetched separately with proper authorization headers.
And if you’re building an interface around this or planning to manage a multi-tenant API dashboard, solid marketplace sales support can be a huge help for keeping operations consistent across different platforms and user bases.
Hi,
I just used the this path /fields/deal/label
It’s a V1 api version