v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
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.

nextCursorstring nullable

Example response

{
  "items": [
    {
      "id": "url_abc123",
      "url": "https://example.com/page",
      "domain": "example.com"
    }
  ]
}