Skip to main content
GET
/
v1
/
outbound-policies
Fetch Outbound Policy For Tenant
curl --request GET \
  --url https://{api_endpoint}/v1/outbound-policies \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

flat
boolean
default:false

Return a flat list if True

Response

Successful Response