---
title: "Get Ghost integration"
method: GET
path: "/projects/{project_id}/integrations/ghost"
tags: ["Ghost"]
---

# Get Ghost integration

`GET /projects/{project_id}/integrations/ghost`

Returns Ghost integration settings for a project, including whether the integration is enabled and the configured API URL.

## Query parameters

- `pagination[limit]` integer
- `pagination[offset]` integer

## Response `200`

OK

- GhostIntegrationModel
  - `enabled` boolean — Whether or not ghost should be enabled. The default is `disabled`.
  - `admin_api_key` string, nullable — Admin API key for Ghost integration
  - `api_url` string, nullable — Ghost API url
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)

## Other responses

- `401` — Invalid authentication token

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
