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_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.
Endpoint compatibility by key type
Section titled “Endpoint compatibility by key type”wordpress_server: use withwpnotif-api(WordPress plugin/server flow)public_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
public_clientkeys: Quick Start