You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
407 B

###
@userId = user
@password = 1234
# @no-cookie-jar
POST {{host}}/v1/login
Authorization: Bearer {{authToken}} //
Content-Type: application/json
{
"userId": "{{userId}}",
"password": "{{password}}"
}
> {%
client.global.set("authToken", response.headers.valueOf("Auth-Token"));
%}
### PING
GET {{host}}/ping