Show user
Path parameters
-
_username
GET
/api/v1/users/{_username}
curl \
-X GET http://127.0.0.1:3000//api/v1/users/{_username} \
-H "Authorization: Bearer $ACCESS_TOKEN"
_username
curl \
-X GET http://127.0.0.1:3000//api/v1/users/{_username} \
-H "Authorization: Bearer $ACCESS_TOKEN"