Skip to main content
POST
/
tlp
/
check-access
Check TLP access
curl --request POST \
  --url https://nvidia.casebender.com/api/v1/tlp/check-access \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityType": "case",
  "entityId": "<string>",
  "action": "view"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Body

application/json
entityType
enum<string>
required
Available options:
case,
alert,
task,
comment,
observable,
evidence
entityId
string
required
action
enum<string>
default:view
Available options:
view,
update,
delete,
export,
share

Response

200

Default Response