Appearance
Get blog connection
GET
/api/v1/blog-connections/{connection_id}
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
connection_id*
Type
Requiredstring
Format
"uuid"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"
{
}