OpenAPI specification: http://localhost:3040/openapi.yaml
Users
List users
List users
GET
https://jsonplaceholder.typicode.com/usersServers
https://jsonplaceholder.typicode.com
Live public API
Responses
An array of users.
RequestcURL
curl --request GET \ --url 'https://jsonplaceholder.typicode.com/users'
Response
Send a request to preview the response.
Was this page helpful?