cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/catalog/v1/sources/{sourceKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "type": "registry", "key": "<string>" }
Get the data source with the given key.
Key of the data source.
A successful response when the data source exists.
registry
Was this page helpful?