Is there a way to get a list of all the available fields of a specific source?

Hello guys,

I would like to programmatically list all of the available fields of a specific source.
Im thinking about something like an API call:

https://connectors.windsor.ai/facebook?allFields

I didn’t find anything like this in the Forum or via Google.
Is it even possible?

Thanks for your future responses.

Greetings,
Gary

Hi Gary,

Yes, that is possible.

The syntax is

https://connectors.windsor.ai/{connector_name}/fields

For example the fields of the Facebook Ads connector would be available here:

https://connectors.windsor.ai/facebook/fields

Hey Matt,

thanks a lot for your fast response.

This is exactly what I’m looking for :smiley: