• Applicable Software: MokoWaaS (Joomla)
  • Applicable Version: Development

Cross-post to a Ghost publication using the Admin API v5. Uses JWT authentication generated from your admin API key.

Credentials

  • Ghost Site URL — Your Ghost site (e.g., https://myblog.ghost.io).
  • Admin API Key — From Ghost Admin, Integrations, Custom Integration. Format: {id}:{secret}.
  • Default Post Status — Whether posts are saved as drafts or published immediately.

Authentication

Ghost uses JWT tokens generated from the admin API key. The key is in {id}:{secret} format — MokoJoomCross automatically splits it and creates short-lived JWTs for each request.

Setup

  1. In Ghost Admin, go to Settings, Integrations.
  2. Click Add Custom Integration.
  3. Copy the Admin API Key.