curl --request GET \ --url https://app.datafold.com/api/v1/data_sources/types \ --header 'Authorization: <api-key>'
[ { "configuration_schema": {}, "features": [ "<string>" ], "name": "<string>", "type": "<string>" } ]
Use the 'Authorization' header with the format 'Key <api-key>'