# Get a login token POST https://example.com [Form] username: admin password: password123 HTTP 200 [Captures] token: jsonpath "$.auth_token" # Use the token in an authorized request GET https://example.com Authorization: Bearer {{token}} HTTP 200 Use code with caution. Using Hurl in CI/CD
You can download and install Hurl on almost any operating system. 1. Using Package Managers
Unlike complex GUI tools, Hurl uses human-readable .hurl files to define entire API workflows.