Get all label in organization using API

Hi,
Can we get the list of all labels in organization or contact using API? when we get the information of a particular organization it return Label as Id so its not possible now to detect which Label it is
Thanks

You should be able to add them similar to how you add Custom Field data, you just need to search the GET /organizationFields and find the values IDs attached to ‘label’ and update a person like you would a Custom Field

1 Like

Hi Vishnu,

Also, check out this guide about working with labels, maybe it’ll help :slight_smile:

1 Like