Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Endpoint & Authentication
Request Parameters
Response Format
Pagination
Errors, Rate Limits & Credits
Non-Human Identities (NHI) API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Data Breaches API
Leaked Cookies API
Introduction
Quickstart
Filters
Record Data Fields
API Reference
Endpoint & Authentication
Request Parameters
Response Format
Pagination
Errors, Rate Limits & Credits
Non-Human Identities (NHI) API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io DocumentationContact our team© 2026

Request Parameters

All parameters for the /cookies endpoint. Request method is HTTP GET. Each parameter may appear once, except the multi-valued ones noted below; an unknown parameter returns 400.

Required

ParameterDescription
tokenYour API token. Always required.
domainThe domain to check, e.g. example.com. Schemes, paths, and ports are stripped; example.com and www.example.com are different domains. Must be a valid registered domain.

Time window

Epoch milliseconds, UTC. No default window - omit both to cover all collected data.

ParameterDescription
crawled_from, crawled_toFilter by collection time.
breach_from, breach_toFilter by exfiltration date.

Filters

ParameterDescription
cookie_typeauth, session, refresh, unclassified. Multi-valued (OR).
browserchrome, edge, opera, firefox, safari, unknown. Multi-valued (OR).
service_hostExact host the cookie belongs to. Multi-valued (OR).
expiration_statusactive or expired.

See Filters for details.

Sorting & paging

ParameterDescription
sort_bycrawled or breached. Default crawled.
order_byasc (default) or desc.
nextContinuation cursor from the previous response - see Pagination.
Last updated: September 6, 2026
PreviousEndpoint & AuthenticationNextResponse Format