Skip to content

카드 전체 조회

funnkiddo edited this page Dec 29, 2019 · 26 revisions

카드 전체 조회(/cards/)

Request

URL

[GET] ~/cards/

Header

메소드 파라미터 설명
Content-Type application/json
token {token} access token값

Body

변수 타입 설명

Response

Body

SUCCESS

{
    "success": true,
    "message": "카드 조회 성공"
}

FAIL : uuid가 없는 경우

{
    "status": 400,
    "success": false,
    "message": "존재하지 않는 카드입니다."
}