X-API-Key
header of every request.Authorization
header.
⚠️ Both headers are required for all endpoints under /v1/open
.
⚠️ Important: Push notifications will not be delivered to your app if:Always verify your channel name and ensure proper Firebase configuration before expecting to receive notifications.
- The notification channel is not properly configured in your app
- The channel name in your dashboard doesn’t match your app’s configuration
- Firebase Messaging is not properly initialized in your app
X-API-Key
and Authorization
headers in your API requests.curl
:
X-API-Key
)Authorization
)401 Unauthorized
error.404
or 401
error will be returned.