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
| Field | Type | Description |
|---|---|---|
| kind * | enum (1) | firebase |
| message_id | string | |
| registration_token | string | |
| result | object |
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 */ }