Questions and Answers
Searchable, indexed, public. Quick way to learn what other developers are running into.
Why am i not being able to fetch the newly created user
I have created a new user and the status is showing a green go but when i check the users it isnt showing up why i have tried reloading also also when i edit the user the user just get disappeared all of sudden and not even using relaod am being able to bring them back
Post comment always returns 'post must exist' error with 422 status code
Hello, I am trying to post comment via postman, already created user and post beforehand, and then I used the user id and post id to send the comment. User ID: 7394263 Post ID: 154423 (got this after creating post with above User ID) Post comment JSON { "post_id": "154423"...
How to do post requests on postman?
I am using postman to access this API and I put the authorization token in the authorization section as bearer token but my post requests are still returning 401. Why is this?
How can I get secret key to generate an access token for this API?
How can I get secret key to generate an access token for this API?
I want to cancel my Account deletion request
by mistakenly I deleted my account.But I want my account back how can I do it
POST USER
Does post user request need the bearer token to work?
How can i get more than 20 results?
"https://gorest.co.in/public/v2/users " from this API i want to get 100 results how can i do that?
title and body
how can i get the title and body fields? Please help me
Where is the swagger document
I want the swagger document location
error : {message: 'Resource not found'}
when I try to get by id a post that I created or uptated I'm getting the error: {message: 'Resource not found'}. The posts exists, I checked, the service work because it works for the other existing posts, excepting the ones I create or update... In the REST console here it wo...