Test
Send test app notifications
Trigger app push notifications for sandbox users using the same single or bulk send paths as production.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
App notification event id (for example transactional_order_settled or learning_guide_created).
Example:
"transactional_order_settled"
MongoDB ObjectIds of users to notify. Must be unique. Length 1 uses single send; length ≥ 2 uses bulk send.
Minimum array length:
1Pattern:
^[a-f0-9]{24}$Example:
["64f0c51e7fb3fc001234abcd"]Optional key/value map sent to partner.
Example:
{ "amount": "50.00" }