Skip to main content
GET
/
sources
/
{sourceKey}
/
v1
/
profiles
/
{profileKey}
Get a Profile from the registry
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": {}
}

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

sourceKey
string
required

The key of the source.

profileKey
string
required

The key or id of the profile.

Response

The profile with the given key.

key
string
required
type
enum<string>
required
Available options:
ROOT,
CONTAINED
properties
object
required
description
string

Description of the profile.

contained
object
I