API

Invalid API Spec

1OAS 3.0

This is an intentionally invalid OpenAPI 3.0 spec for testing purposes.

API Base URL
  • Server 1:htp://localhost:3000
Additional Information

Get user by ID

get
htp://localhost:3000/users/{userId}

Response

200 application/json

Successful response

idinterger
name
get/users/{userId}
 
200 application/json

User

objct
idinteger
namestring
emailemail
Example