Skip to content

API 명세서 0. common

SaetByeol Ahn edited this page Oct 29, 2020 · 3 revisions

공통 status code

코드 설명
200 OK (정상 처리)
400 Bad Request (invalid한 요청)
401 Unauthorized (auth 토큰 invalid)
404 Not Found (존재하지 않는 API, 데이터를 찾을 수 없음)

공통 헤더필드

{
    "Authorization": \(토큰 값),
    "Content-Type": "Application/json"
}

작업상태 안내

작업 완료 : ⭕️
작업 완료했으나 추후 수정할 예정 : ⛔️
작업 진행 중 : 🚫
아직 시작하지 않음 : ❌

토큰 값이 없으면 401이 리턴됩니당 🤔

Clone this wiki locally