Skip to content

Using Variables

status.jkt
name: Check Status
requires: auth
request:
url: https://api.jikken.io/api/v1/examples/status
headers:
- header: Authorization
value: ${token}
response:
status: 200

See the detailed explanation for this test in the Tutorial section.