Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request GET \ --url https://{workspaceId}.clinia.cloud/catalog/v1/sources/{sourceKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "key": "<string>", "type": "registry" }
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?