Appearance
Test blog connection
POST
/api/v1/blog-connections/{connection_id}/test
Tests connectivity to the WordPress site by verifying credentials.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
connection_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON
{
"success": true,
"message": "string",
"site_name": "string"
}