Britive platform release 2026.03.01 is now live in production.

Validate Britive-managed permission

Prev Next
Post
/api/apps/{appId}/britive-managed/permissions/validate
Security
HTTP
Type bearer
Path parameters
appId
stringRequired

Id of the application

Body parameters
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "VisualEditor0",
      "Action": "s3:*",
      "Effect": "Allow",
      "Resource": "*"
    },
    {
      "Sid": "VisualEditor01",
      "Action": "s3:*",
      "Effect": "Allow",
      "Resource": "*"
    }
  ]
}
object

Json to validate

Responses
200

success

Expand All
object
findings
Array of object (FindingsInfo)
object
type
string
messages
Array of string
string