Logo
30 days Postman challenge API Documentation

Get User Information

GET {{baseUrl}}/user

Authenticated users can fetch their user information.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

""



Curl
curl -X GET 'http://security.postman-breakable.com/user'

ENDPOINTS