URL Verification
List verified URLs
List URLs that have been verified for this project.
get/v1/urls
Query parameters
status'pending' | 'approved' | 'rejected' | 'escalated' | 'malicious'
Status of a verified URL.
Filter by verification status.
limitinteger
cursorstring
Response
List of verified URLs.
Example response
{
"items": [
{
"id": "url_abc123",
"url": "https://example.com/page",
"domain": "example.com"
}
]
}