v1

latestOpenAPI 3.0.12026-07-2210997354.2 KB
Ghost

Get Ghost integration

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

get/projects/{project_id}/integrations/ghost

Query parameters

pagination[limit]integer

'limit' sets the number of results to return in each page.

pagination[offset]integer

'offset' sets the first position to return from the results of the query. The default is 0, which starts the page at the first result.

Response

OK

enabledboolean

Whether or not ghost should be enabled. The default is disabled.

admin_api_keystring nullable

Admin API key for Ghost integration

api_urlstring nullable

Ghost API url

createdstring date-time

Time at which the object was created (ISO 8601)

updatedstring date-time

Time at which the object was updated (ISO 8601)