Questions and Answers
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.
I have tried with invalid request body but always getting response 401 with message authentication failed.
Hey can you post the schema for Rest in single page for users,post,commetsand todos .It would would be helpful to create schema related validations and otherrequests
I wonder, this web is limited (trial) or what?, And how munch Title + Body can fill in one user
I'm having problem with my authentication token, I set up as a Barer Token at the Collection level authorization tab, and at the moment to run my query Im getting the "message": "Authentication failed". Anyone knows why ??
How to create a bearer token key
{"error":"Invalid bearer token."}
Where can i find the sort and filter API for user details
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
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...