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"
}
'Check if the current user has TLP clearance to access an entity
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"
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response