One clean API
Send to Apple and Android devices through a single, predictable endpoint and familiar SDKs.
POST /v1/notificationsShip reliable iOS and Android notifications with one clean API. Built for developers, priced without the sting.
A focused toolkit for sending, testing and understanding notifications-without wrestling with platform-specific plumbing.
Send to Apple and Android devices through a single, predictable endpoint and familiar SDKs.
POST /v1/notificationsReach a user, segment or every subscriber. Attach custom data for deep links and in-app actions.
audience: segment_idTrace each message from accepted to delivered, with clear errors when a device token needs attention.
status: deliveredQueue a campaign for later or respect each user’s local time. Your messages land when they matter.
send_at: ISO-8601Scoped API keys, encrypted credentials and signed webhooks keep your app-and your users-protected.
HMAC-SHA256From your first test device to a production launch, keep sending through the same dependable workflow.
rate_limit: sensibleReadable docs, copy-ready examples and responses that tell you what actually happened.
curl --request POST \\
--url https://api.honeynotify.com/v1/notifications \\
--header "Authorization: Bearer $HONEY_API_KEY" \\
--header "Content-Type: application/json" \\
--data '{
"audience": "subscribers",
"title": "Fresh from the hive",
"body": "Your update is ready."
}'
let message = HoneyMessage( audience: .subscribers, title: "Fresh from the hive", body: "Your update is ready." ) try await HoneyNotify.shared.send(message)
val message = HoneyMessage( audience = Subscribers, title = "Fresh from the hive", body = "Your update is ready." ) HoneyNotify.send(message)
No per-message maths. Pick the plan that fits your hive and keep shipping.
For testing, side projects and early launches.
One flat price for production teams.
Send your first notification in minutes. It’s the bee’s APIs.