Skip to main content
Version: 1.1.5

Admin - List all system policies

GET 

/admin/policies/list-all-policies

List all the system policies.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Responses

Schema

  • Array [

  • id PolicyIdrequired
    name stringrequired

    rules

    object[]

    required

  • Array [

  • oneOf

    rule

    object

    required

    endpoint urirequired
    id RuleIdrequired
    label stringrequired

    pubkey

    object

    required

    The public key of the external rule server, in PEM format. This key is used to verify the JWT signature of the response.

    jwt_alg stringrequired
    pubkey stringrequired
    type stringrequired

    Possible values: [External]

  • ]

  • ]

Loading...