Authorizations
API key to authorize app-level requests
Path Parameters
Application ID
"255d6163-7e25-43e9-a188-c2f8d0980a4a"
Body
1
{
"type": "subscriber",
"walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
}
Optional topic ID to categorize the alert. Must be created in advance and belong to the authenticated app. If absent, the alert is uncategorized. If invalid or unauthorized, the request will fail.
Additional data to be sent with the alert. For push notifications, this data will be available in the notification payload and can be used by the app to handle the notification. Common use cases include deep linking, custom actions, or passing context to the app.
{
"type": "transaction",
"transactionId": "123",
"amount": "100"
}
Push notification specific configuration.
Response
Message sent successfully
The response is of type object
.