---
title: "Test Ghost integration"
method: POST
path: "/projects/{project_id}/integrations/ghost/test"
tags: ["Ghost"]
---

# Test Ghost integration

`POST /projects/{project_id}/integrations/ghost/test`

Test the Ghost API URL and Admin API key before saving integration settings.

## Request body

- RequestBodyGhostIntegrationTest
  - `admin_api_key` string
  - `api_url` string

## Response `200`

successful

- GhostIntegrationTestResponse
  - `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)

---

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