Skip to main content
Version: 1.1

Admin - List all system policy rules

GET 

/admin/policies/list-all-rules

List all the system policy rules.

Request

Header Parameters

    AUTHORIZATION stringrequired

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

Responses

Schema
  • Array [

  • oneOf

    rule

    object

    required

    endpointurirequired
    idRuleIdrequired
    namestringrequired

    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_algstringrequired
    pubkeystringrequired
    typestringrequired

    Possible values: [External]

  • ]