Create API Key (Mobile)
Where to create keys
Section titled “Where to create keys”In the mobile app:
- Open Profile/Settings.
- Find the API Keys section.
- Tap Create API Key.
Key creation flow
Section titled “Key creation flow”- Enter a descriptive name (for example:
wordpress-prod,staging,automation). - Select key type:
WordPress->wordpress_serverStrapi Extension->strapi_serverPublic API->public_clientInternal->internal_service
- Create the key.
- Copy it immediately and store it in your password manager.
In the API Keys list, each key now shows:
- Type
- Last used timestamp
- Allowed domains count
Key format:
wpnotif_<random-value>
Important notes
Section titled “Important notes”- Treat keys as secrets.
- Use separate keys per environment/system.
- Use the correct key type per endpoint.
- Revoke compromised keys immediately.
- A key is needed for the Notificator inbox, mobile push, email, MQTT, connected devices, or direct API use—not for WordPress dashboard alerts or the local Strapi activity feed.
Endpoint compatibility by key type
Section titled “Endpoint compatibility by key type”wordpress_server: use with the WordPress plugin signed server flowstrapi_server: use with the Strapi extension signed server flowpublic_client: use withpublic-notify(external/public integrations)internal_service: allowed on both endpoints
Use key in requests
Section titled “Use key in requests”Recommended header:
Authorization: Bearer wpnotif_...
Also supported:
X-API-Key: wpnotif_...X-WPNOTIF-Key: wpnotif_...
Next step
Section titled “Next step”- For
wordpress_serverkeys: WordPress Plugin Setup - For
strapi_serverkeys: Strapi Extension Setup - For
public_clientkeys: Quick Start