Skip to content

[GET] 푸쉬알림 선물 조회

정석현 edited this page Aug 22, 2021 · 5 revisions
메소드 경로 설명
GET /presents 푸쉬알림 선물 조회

Request Header

{
        "x-auth-token": "eyJhbGciOiJIUzI1NiIsInR5cCI6Ikp"
}

Respond Body #1 보관함으로 가는 경우 / status : 201

{
    "success": true,
    "data": {
        "present": {
            "_id": "61226203f5640c255c33108f",
            "sentence": "안녕 클레오파트라"
        }
    }
}  

Fail #1 내부 서버 오류 / status : 500

{
    "success": false,
    "message": "서버 오류"
}