-
Notifications
You must be signed in to change notification settings - Fork 2
[GET] 푸쉬알림 선물 조회
정석현 edited this page Aug 22, 2021
·
5 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /presents | 푸쉬알림 선물 조회 |
{
"x-auth-token": "eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp"
}
{
"success": true,
"data": {
"present": {
"_id": "61226203f5640c255c33108f",
"sentence": "안녕 클레오파트라"
}
}
}
{
"success": false,
"message": "서버 오류"
}