We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -X GET "http://localhost:8080/users" -H "accept: */*" -H "Authorization: Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFMzODQifQ.eyJpc3MiOiJBUEkgU2VydmVyIiwic3ViIjoiQXV0aGVudGljYXRpb24gVG9rZW4iLCJleHAiOjE5MjQ5MzI3MDksImlhdCI6MTU3OTMzMjcwOSwidXNlcklkIjoidGVzdCIsImlkIjoyfQ.ZfMQWUjZ4uhubsO_XIG-8uxOYizTofeV_RF2AY6cfmHc-g5qUmEHPpUqBS8" -H "Time-Zone: KST"
{ "id": 2, "userId": "test", "constellation": "황소자리", "timeZone": "KST", "horoscopeAlarmFlag": true, "questionAlarmFlag": true, "horoscopeTime": "01:00:00", "questionTime": "04:25:00" }
//Fail Authentication { "error": { "code": 4101, "message": "Fail Authentication - check token” } }
The text was updated successfully, but these errors were encountered:
korea8378
No branches or pull requests
유저 정보 조회(토큰 이용) API SPEC
Request
Response
Success
Fail
401 UNAUTHORIZED
Check List
The text was updated successfully, but these errors were encountered: