쇼츠

URLs

Title
Method
URL

쇼츠 목록

GET

/api/users/shorts

쇼츠 목록

GET /api/users/shorts

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

store_id

number

가게 아이디

shorts_url

string

쇼츠 url

Response

{
  "store_id": 1,
  "shorts_url": "https://www.youtube.com/shorts/nqrDzKzS0_Q",
}

Last updated