Skip to main content
GET
/
v1
/
folder
폴더 목록
curl --request GET \
  --url https://openapi.pluuug.com/v1/folder \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Signature: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "isDefault": true
  }
]

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Query Parameters

Response

200 - application/json
id
integer
required
name
string
required

폴더 이름

isDefault
boolean
required

기본 폴더 여부