Hawk Auth

GET https://postman-echo.com/auth/hawk

This endpoint is a Hawk Authentication protected endpoint. Hawk authentication is a widely used protocol for protecting API endpoints. One of Hawk's main goals is to enable HTTP authentication for services that do not use TLS (although it can be used in conjunction with TLS as well).

In order to use this endpoint, select the Hawk Auth helper inside Qodex, and set the following values:

Hawk Auth ID: dh37fgj492je

Hawk Auth Key: werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn

Algorithm: sha256

The rest of the values are optional, and can be left blank. Hitting send should give you a response with a status code of 200 OK.

RESPONSES

status: OK

{"status":"pass","message":"Hawk Authentication successful"}