Skip to main content
POST
/
api
/
v1
/
notifications
/
subscriptions
도서 대출 가능 알림 구독 등록
curl --request POST \
  --url https://k-polaris.life/api/v1/notifications/subscriptions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '
{
  "isbn": "<string>",
  "libraryId": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://polaris.nimonic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json;charset=UTF-8
isbn
string
required
Minimum string length: 1
libraryId
integer<int64>
required

Response

204

성공