Appearance
Create blog connection
POST
/api/v1/blog-connections
Adds a new WordPress site connection using Application Password authentication.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"site_url": "string",
"username": "string",
"app_password": "string"
}
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"
}