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:
Accepted Permissions (at least one required)
Read submitted URLs by ID
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/brand-protection/url-info \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"result": [
{
"foo": "bar"
}
]
}Returns Examples
{
"result": [
{
"foo": "bar"
}
]
}