Skip to content

Basic Test

login.jkt
id: auth
request:
method: Post
url: https://api.jikken.io/api/v1/examples/login
body: {
"username": "testuser",
"password": "password"
}
response:
status: 200
extract:
- name: token
field: auth.token

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