API Export - Export with Field Names

Is there anyway to export data via API with field names to show ie Client Name rather than field_66 ?

Not sure why its not in the documentation

Hi Catherine - try this API url:

https://api.knackhq.com/v1/objects/object_1/fields

It's return JSON listing the fields of object_1 including key pairs of the field key ('field_66') and the name ('Client Name').