Questions and Answers

Getting 403 using axios

Hello i'm getting error 403 forbbiten acces when using axios.get on https://gorest.co.in/public/v2/users this is my code: try{ let users = await axios.get('https://gorest.co.in/public/v2/users?access-token=MY-TOKEN-HERE) console.log(users) } catch(err) { console.log(err) }

How to access the protected resources in WSO2 API-Manager after imported into yaml file of GoRest API and deployed n published in API-Manager ?

I'm just trying this public API's by creating yaml and tested in swagger editor, there I got response from protected resources(POST/PUT/DELETE) by passsing the Authentication bearer token , But I want to test the same scenarios after imported yaml file into wso2 API-Manager 4.1.0 , deployed and published in publisher portal "https://localhost:...

how to perform post request in postman

by using go rest

API request body & response body

where can I see the request body and response body of below sample API 's ? Create a new user Get user details Update user details Delete user

Get 422 blank field

I get a 422 response with all the users fields said to be blank. But as you can see the sent payload is filled. In the logs I get this: ``` Route: /public/v2/users body: {"name":"MyTest","email":"[email protected]","gender":"male","status":"inactive"} Error message: [{"field":"email","message":"can't be blank"},{"field":"name","message":"can't be ...

Nested APIs Request Bodies

What are the request bodies for nested APIs?

Hello could like to create docker container?

Hello could like to create docker container?

How i can use ?

How I can use this website for dummy data creation?

aplologies

Hello Team, By mistake i deleted all the users. Please restore

User created using POST call is not being displayed in GET

User created using POST call is not being displayed in GET