> ## Documentation Index
> Fetch the complete documentation index at: https://developers.portao3.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# /white-list



## OpenAPI

````yaml /api-reference/ruleengine.openapi.json get /white-list
openapi: 3.0.3
info:
  title: Ruleengine
  version: 1.0.0
  description: >-
    Portão 3 ruleengine API. Generated by tools/openapi from code (routes +
    security) and the hand-written spec (request/response bodies). Confidence
    tiers: generated:typed=5 copied:manual=0 unknown=13.
servers:
  - url: https://api.ruleengine.v2.portao3.com.br/
    description: production
  - url: https://api.ruleengine.dev.3pers.com.br/
    description: development
security:
  - bearerAuth: []
tags:
  - name: Policy Assignments
  - name: Security Policies
  - name: Blocked Balances
  - name: Whitelist
paths:
  /white-list:
    get:
      tags:
        - Whitelist
      summary: /white-list
      operationId: getWhiteList
      parameters: []
      responses:
        default:
          description: Undocumented response (no code type, no existing spec).
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````