[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/api/resources/brand_protection/methods/url_info [Back]  [Original]

Read submitted URLs by ID | Cloudflare API Skip to content
logo.DMYpXs3t.svg [logo.DMYpXs3t.svg] Cloudflare API
CtrlK
Start here
Copy Markdown

Read submitted URLs by ID

GET/accounts/{account_id}/brand-protection/url-info

Return submitted URLs based on ID

Security

API Token

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example:Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Intel WriteIntel Read
Path ParametersExpand Collapse
account_id: string
minLength1
ReturnsExpand Collapse
result: optional array of map[unknown]

Read submitted URLs by ID

HTTP
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/brand-protection/url-info \
    -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"
200 example
{
  "result": [
    {
      "foo": "bar"
    }
  ]
}
Returns Examples
200 example
{
  "result": [
    {
      "foo": "bar"
    }
  ]
}

Web Proxy Viewer  |  New URL  |  Original Page