Skip to content

Commit b68c724

Browse files
committed
Update README
1 parent 7cc13e6 commit b68c724

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,19 @@ Please see the [supported versions](https://github.com/DomainTools/python_api/ra
253253
for the DomainTools Python support policy.
254254

255255

256+
Authentication
257+
===================
258+
259+
The wrapper supports two authentication modes, selected automatically based on the product:
260+
261+
| Product | Default method | Params sent |
262+
|---|---|---|
263+
| Standard API (Iris, Whois, etc.) | HMAC-SHA256 signed | `api_username`, `timestamp`, `signature` as query params |
264+
| Real-Time Threat Feeds (RTTF) | Header authentication | `X-Api-Key` header |
265+
266+
RTTF feeds also support HMAC signing as an opt-in via `always_sign_api_key=True` — see the RTTF section below.
267+
268+
256269
Real-Time Threat Feeds
257270
===================
258271

0 commit comments

Comments
 (0)