Apple Push Notification feedback (via aggregator).
POST /v2/webhooks/inbound/apns/{receiver_id}
Operation
| Operation ID | receiveApns |
| Tags | InboundReceivers |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| receiver_id * | path | id |
Request body
Required
object
| Field | Type | Description |
|---|---|---|
| kind * | enum (1) | apns |
| apns_id | string | |
| device_token | string | |
| status | string |
Responses
200
Accepted
Example request
POST https://api.digitalonboarding.com/v2/webhooks/inbound/apns/{receiver_id}
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }