Appearance
List blog connections
GET
/api/v1/blog-connections
Returns all WordPress blog connections for the organization.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON { "id": "string", "name": "string", "site_url": "string", "username": "string", "is_active": true, "has_categories": false, "categories_cached_at": "string", "last_synced_at": "string", "created_at": "string", "updated_at": "string" }
[
]