Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace id
curl --request GET \
--url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/security \
--header 'Authorization: Bearer <token>'{
"authorizations": {
"roles": {},
"rules": [
{
"role": [
"<string>"
],
"inverted": true,
"reason": "<string>",
"action": "manage",
"subject": "apps",
"conditions": {},
"priority": 123
}
]
},
"authentication": {
"clientId": "<string>"
}
}Get workspace security
curl --request GET \
--url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/security \
--header 'Authorization: Bearer <token>'{
"authorizations": {
"roles": {},
"rules": [
{
"role": [
"<string>"
],
"inverted": true,
"reason": "<string>",
"action": "manage",
"subject": "apps",
"conditions": {},
"priority": 123
}
]
},
"authentication": {
"clientId": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workspace id
Was this page helpful?