Skip to content

전체 level 정보 조회 API

RyooChan edited this page Jul 1, 2022 · 1 revision

GET /api/v1/member-levels/all

Input

없음

Output

{
  "success": true,
  "contents": [
    {
      "id": 1,
      "tier": 1,
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/MEMBER/LEVEL/1.png",
      "req": 0
    },
    {
      "id": 2,
      "tier": 2,
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/MEMBER/LEVEL/2.png",
      "req": 1
    },
    {
      "id": 3,
      "tier": 3,
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/MEMBER/LEVEL/3.png",
      "req": 5
    },
    {
      "id": 4,
      "tier": 4,
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/MEMBER/LEVEL/4.png",
      "req": 12
    ****},
    {
      "id": 5,
      "tier": 5,
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/MEMBER/LEVEL/5.png",
      "req": 20
    }
  ],
  "error": null
}
Clone this wiki locally