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": 9791191111111,
  "libraryId": 10
}
'

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

알림 받기 설정할 도서를 식별하는 ISBN입니다. 하이픈이 포함되어도 서버에서 정규화합니다.

Minimum string length: 1
Example:

9791191111111

libraryId
integer<int64>
required

알림 받기 설정할 도서관을 식별하는 ID입니다.

Example:

10

Response

성공