curl --request GET \ --url https://app.datafold.com/api/v1/data_sources/{data_source_id}/summary \ --header 'Authorization: <api-key>'
{ "id": 123, "name": "<string>", "type": "<string>" }
Use the 'Authorization' header with the format 'Key <api-key>'
Used in OSS data-diff with non-admin privileges to get a DS overview.