Skip to main content
POST
/
projects
/
{project_id}
/
integrations
/
ghost
/
posts
Ghost posts webhook
curl --request POST \
  --url https://api.beyondwords.io/v1/projects/{project_id}/integrations/ghost/posts \
  --header 'Content-Type: application/json' \
  --data '{}'
Webhook endpoint that Ghost calls when posts are created or updated. Creates or updates content in BeyondWords when a post is published or scheduled. Configure this URL in your Ghost custom integration. Authenticate requests with the api_key query parameter using your project API key. See the Ghost integration guide.

Path Parameters

project_id
string
required

The numeric ID of your project

Query Parameters

api_key
string

Publisher API key

Body

application/json

The body is of type object.

Response

unpublishes existing content item when skipped tag is added