Custom Field Returning Id in API response

Hi, I’m trying to fetch details about Organizations with an API call. Since Pipedrive doesn’t have a website field, a custom one was created to store the Organizations’ website URLs in. When making the GET request I’m seeing the Id of the custom ‘website’ field being returned, not the name of the custom field itself. Is there any way to return the field ‘website’ instead?

Hey @curiousityyy
Welcome to the community :wave:
Unfortunately no. The custom fields contain a key which needs to be mapped to the actual field name from the /organizationFields endpoint. We understand that this introduces friction in the workflow but this is also in our list of top feedback requests :slight_smile:

1 Like