Firebase Cloud Messaging push delivery callback (via Google Pub/Sub).

POST /v2/webhooks/inbound/firebase/{receiver_id}

Operation

Operation ID receiveFirebase
Tags InboundReceivers

Parameters

Name In Type Description
receiver_id * path id

Request body

Required

object
FieldTypeDescription
kind *enum (1)
firebase
message_idstring
registration_tokenstring
resultobject

Responses

200
Accepted

Example request

POST https://api.digitalonboarding.com/v2/webhooks/inbound/firebase/{receiver_id}
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }