NsLocalDbSave is false): the API publishes a push create on the mobile_events service bus and answers immediately. The push_config row appears when that event is consumed back by this API, so a read issued instantly after the create may not see it yet.call_processing_rule gains the Push token if it does not already carry it.push-device + push-network pair is deleted, so one device holds at most one token per network.push-network: apns requires the APNS.local_cert or APNS.custom_certs config property on the server, otherwise the request is refused with 400.Authorization: Bearer ********************mobile_events service bus.curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/push' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"push-device-token": "a1b2c3d4e5f6...",
"push-device": "1001a@example.com",
"domain": "example.com",
"user": "1001",
"push-network": "firebase",
"push-test": "yes"
}'{
"response": "ok",
"device": "1001a@example.com"
}