Skip to main content
GET
/
api
/
users
/
me
/
collectionCount
Get My Collection Count(내 컬렉션 개수 조회)
curl --request GET \
  --url http://localhost:4010/api/users/me/collectionCount \
  --header 'X-Api-Key: <api-key>'
123

Authorizations

X-Api-Key
string
header
required

Response

The response is of type number.