Skip to main content
POST
/
v1
/
outbound-policies
/
is-allow
Api To Check The Url/Set Of Url Is Allowed Or Not
curl --request POST \
  --url https://{api_endpoint}/v1/outbound-policies/is-allow \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "urls": "<string>",
  "service_name": "tenant_rules"
}
'
{
  "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.

Body

application/json
urls
required
service_name
string
default:tenant_rules

Response

Successful Response