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
- In Ghost Admin, go to Settings, Integrations.
- Click Add Custom Integration.
- Copy the Admin API Key.