Skip to main content
POST
/
api
/
v1
/
notifications
/
tokens
푸시 토큰 등록
curl --request POST \
  --url https://k-polaris.life/api/v1/notifications/tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '
{
  "platform": "ANDROID",
  "deviceToken": "<string>"
}
'

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
platform
enum<string>
required
Available options:
ANDROID,
IOS,
WEB
deviceToken
string
required
Minimum string length: 1

Response

204

성공