Questions and Answers
Searchable, indexed, public. Quick way to learn what other developers are running into.
APIs get,post,delete,update showing 500 error
Gorest APIs POST /public/v2/users Create a new user GET /public/v2/users/7876303 Get user details PUT|PATCH /public/v2/users/ Update user details DELETE /public/v2/users/7876303 showing 500 internal server error.please help
Some ids in a single GET request - how to get certain users by it's ids at once?
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 re...
What is the email format
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.
404 not found in GET request
After POST request data, while GET the user with ID which is generated in POST request it show 404 Not found
406 (Not Acceptable)
fetch('https://gorest.co.in/public/v2/users', { method: 'POST', body: JSON.stringify({ name: 'Ярослав Милошевич', email: 'dogdog@dog.dog', gender: 'male', status: 'active', }), // Добавление заголовков запроса headers: { Authorizat...
401 for post requests
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 ...
how to generate fake data in a specific format using gorest
how to generate fake data in a specific format using gorest