Notification

알림 관련 API

알림 목록 조회

post
/tikkly-b2c/notifications

UUID로 사용자의 알림 목록을 조회합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Example: 40115395-195e-4c14-b5f4-261f13da353e
onlyUnreadbooleanOptional

읽지 않은 알림만 조회

Default: false
pageinteger · min: 1Optional

페이지 번호

Default: 1
pageSizeinteger · min: 1 · max: 100Optional

페이지당 항목 수

Default: 20
Responses
200

알림 목록 조회 성공

application/json
post
/tikkly-b2c/notifications

읽지 않은 알림 개수

post
/tikkly-b2c/notifications/unread-count

UUID로 읽지 않은 알림의 개수를 조회합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Default: 40115395-195e-4c14-b5f4-261f13da353eExample: 40115395-195e-4c14-b5f4-261f13da353e
Responses
200

조회 성공

application/json
post
/tikkly-b2c/notifications/unread-count

알림 읽음 처리

post
/tikkly-b2c/notifications/{id}/read

UUID로 특정 알림을 읽음으로 표시합니다

Path parameters
idintegerRequired

알림 ID

Example: 1
Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Default: 40115395-195e-4c14-b5f4-261f13da353eExample: 40115395-195e-4c14-b5f4-261f13da353e
Responses
200

읽음 처리 성공

application/json
post
/tikkly-b2c/notifications/{id}/read

모든 알림 읽음 처리

post
/tikkly-b2c/notifications/read-all

UUID로 사용자의 모든 알림을 읽음으로 표시합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Default: 40115395-195e-4c14-b5f4-261f13da353eExample: 40115395-195e-4c14-b5f4-261f13da353e
Responses
200

모두 읽음 처리 성공

application/json
post
/tikkly-b2c/notifications/read-all