Authentication

Use scoped client API keys.

Public API access is controlled by client API keys managed in the Domain Intelligence portal. A key reaches nothing by default until it is assigned an API group.

Headers

Prefer the standard bearer token form:

Authorization: Bearer <api-key>

X-API-Key is also supported for clients that cannot send bearer tokens:

X-API-Key: <api-key>

Groups

GroupAccess
infostealersAllows GET /v1/infostealers and GET /v1/infostealers/{host}.

Security notes