Glowb Dev Docs
Legacy APIFCM 알림 API

GET /send

주제 구독자 알림 전송

주제 구독자 알림 전송

특정 주제 구독자들에게 알림을 전송합니다.

Deprecated: 이 API는 레거시입니다. Notification API를 사용해주세요.

HTTP 요청

GET /send?topic={topic}&title={title}&body={body}
Authorization: Bearer {access_token}

Query Parameters

파라미터타입필수설명
topicstring주제 이름
titlestring알림 제목
bodystring알림 내용

응답

성공 응답 (200 OK)

Message sent to topic 'news'

API 테스트

On this page