Questions and Answers

token not working

{"error":"Invalid bearer token."}

Where can i find the sort and filter API for user details

Where can i find the sort and filter API for user details

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", "name": "Test User", "id": "7394263", "body": "comment b...

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