Skip to content

Create API Key (Mobile)

In the mobile app:

  • Open Profile/Settings.
  • Find the API Keys section.
  • Tap Create API Key.
  1. Enter a descriptive name (for example: wordpress-prod, staging, automation).
  2. Select key type:
    • WordPress -> wordpress_server
    • Public API -> public_client
    • Internal -> internal_service
  3. Create the key.
  4. 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>

  • Treat keys as secrets.
  • Use separate keys per environment/system.
  • Use the correct key type per endpoint.
  • Revoke compromised keys immediately.
  • wordpress_server: use with wpnotif-api (WordPress plugin/server flow)
  • public_client: use with public-notify (external/public integrations)
  • internal_service: allowed on both endpoints

Recommended header:

Authorization: Bearer wpnotif_...

Also supported:

  • X-API-Key: wpnotif_...
  • X-WPNOTIF-Key: wpnotif_...