Where I can find the id of a custom field for use with the API?

I’m looking for the id of a custom field for use in API call but I don’t know how to find it.

1 Like

The easiest way would probably be to use the list_field_view api method which returns all of the details of your custom fields.

It would certainly be nice if they showed the field ID in the popup when editing a custom field in the dashboard, but the API method will get you what you need.

4 Likes

The quickest way to find a field ID for a custom field via the UI is to add the field to a form, then review the full embed code. In this example, we see the field ID for the field ‘Twitter’ is ‘66:’

3 Likes