Go REST

How to make a request so that the response receives a list of specific users with specific id (id1, id2, id3, id4)?

My attempts: GET https://gorest.co.in/public/v2/users/id1,id2,id3,id4 GET https://gorest.co.in/public/v2/users?ids[]=id1&ids[]=id2&ids[]=id3&ids[]=id4 GET https://gorest.co.in/public/v2/users?filter[ids]=id1,id2,id3,id4 GET https://gorest.co.in/public/v2/users?ids=id1,id2,id3,...

Aleksei Oputin about 3 years ago 1 3190

Getting 422 as Request Status?

I have attached my javascript code. Please help someone where the mistake is in my code. document.addEventListener('DOMContentLoaded', function () { let requestBodyEl = document.getElementById('requestBody'); let sendPostRequestBtn = document.getElementById('sendPostReques...

Ganesh Maurya about 3 years ago 1 4445

Error: socket hang up

Error: socket hang up curl --location --request GET 'https://gorest.co.in/public/v2/users' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer d2fe991f5ebd13b1a845cfd691535f442563a09b9268649aa708fb61fc9a0c68'

Сергей Коробков about 3 years ago 1 3936

How to delete users with specific ID numbers?

Hello! Tell me, please, how can I do this? I have 3 users created, how can I delete them by sending only one request?

Anton G about 3 years ago 3 4096

distributed data storage system?

distributed data storage system?

Алексей С П about 3 years ago 1 3377

Im Getting 404 after using the provided Record

{ "name": "krishna", "gender": "male", "email": "krishna@15asce.com", "status": "inactive" } 8285bad90dc25c1862d41f7066188cade1e21e7e8e78f381dec5b710020a22ed Token

Misterios Person about 3 years ago 1 3695

why there 400 bad request for POST method

why there 400 bad request for POST method

nikita bais over 3 years ago 4 3817

endpoint documentation

Is there any documentation on what fields are required for posts, comments, todos?

tester over 3 years ago 1 4756

Get Token with API request

Is posible to get a new token using a POST Method Request?

Misterios Person over 3 years ago 1 3902

my account was deleted

please help me to login again

Anonymous User over 3 years ago 1 3811