Questions and Answers
How to get some certain users at once sending a list of ids in a single GET request ?
Does '/public/v2/users/' api support some parameters ?
Working via postman.
I tried this request, during my exploration (as an option):
/public/v1/users?id=7956666,7956689,7956690
- but it returns only one result for the first id.
If this api doesnt support so...
I am trying with different email formats along with your reference but nothing is working.
Can you please provide me the email format for testing of api.
Hi i need a client id , client secret , token url , scope
After POST request data, while GET the user with ID which is generated in POST request it show 404 Not found
fetch('https://gorest.co.in/public/v2/users', {
method: 'POST',
body: JSON.stringify({
name: 'Ярослав Милошевич',
email: 'dogdog@dog.dog',
gender: 'male',
status: 'active',
}),
// Добавление заголовков запроса
headers: {
Authorization: 'Bearer 778c14f1405c73e6746b105ebe58639338d96c9e56e47ee38d721e9df...
TC2:create new user | FAIL |
HTTPError: 401 Client Error: Unauthorized for url: https://gorest.co.in/public/v2/users
TC | FAIL |
getting this error when trying from pycharm through a python code
how to generate fake data in a specific format using gorest
Hi,
I am new to postman.
practicing chaining of api.
When I tried to run collection it shows following error.
"Error: connect ETIMEDOUT"
solve the error 401(unauthorized)
Sending the POST request in the postman tool by the help of token number but I didn't get any response as it shows that 404 not found.