curl --request GET \
--url https://ai.wisepilot.app/api/v1/integrations/wordpress \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"configured": true,
"siteUrl": "<string>",
"isConnected": true,
"elementorActive": true,
"pluginStatus": "<string>",
"lastSync": "2023-11-07T05:31:56Z",
"apiKeyConfigured": true,
"recentPublishes": [
{
"contentId": "<string>",
"title": "<string>",
"publishedAt": "2023-11-07T05:31:56Z",
"wpPostId": "<string>"
}
]
}
}WordPress connection state, Elementor availability, plugin status, and recent publishes. Never exposes the WordPress API key.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/integrations/wordpress \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"configured": true,
"siteUrl": "<string>",
"isConnected": true,
"elementorActive": true,
"pluginStatus": "<string>",
"lastSync": "2023-11-07T05:31:56Z",
"apiKeyConfigured": true,
"recentPublishes": [
{
"contentId": "<string>",
"title": "<string>",
"publishedAt": "2023-11-07T05:31:56Z",
"wpPostId": "<string>"
}
]
}
}