Search Console
Connect Search Console
Exchange an OAuth authorization code for tokens to complete the Search Console connection.
post/blogs/search-console/connect
Request body
Example request
{
"code": "4/0AX4XfWg...",
"redirect_uri": "http://localhost:9876/callback"
}Response
Search Console connected successfully
Example response
{
"success": true,
"connected": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.