Documentation Index

Fetch the complete documentation index at: https://docs.britive.com/llms.txt

Use this file to discover all available pages before exploring further.

Britive platform release 2026.07.01 is now live in production.

Documentation is reorganized in Administrators, Users, and Developers sections.

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