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/sources/{sourceKey}/v1/profiles/{profileKey} \ --header 'X-Clinia-API-Key: <api-key>'
{ "key": "<string>", "type": "ROOT", "description": "<string>", "properties": {}, "contained": {} }
Get a Profile from the registry.
The key of the source.
The key or id of the profile.
The profile with the given key.
ROOT
CONTAINED
Show child attributes
Description of the profile.
Was this page helpful?