Answer the question
In order to leave comments, you need to log in
Is the variable not set in the HTTP client?
There is a code:
POST {{host}}login
Cache-Control: no-cache
Content-Type: application/json
{
"login": {{users_client_login}},
"password": {{users_client_password}}
}
> {%
client.global.set("auth_token", response.body.token);
%}
###
GET {{host}}user?api_token={{auth_token}}
Accept: application/json
Cache-Control: no-cache
###
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question