Skip to content

List content strategy keywords (GSC-imported and manual targets)​

GET
/product/sites/{siteId}/content-strategy/keywords

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Query Parameters

source

Restrict to one source; default both

Type
string
Valid values
"gsc""manual"
limit
Type
integer
Default
500
Maximum
1000

Responses​

OK

application/json
JSON
{
  
"keywords": [
  
  
{
  
  
  
"_id": "string",
  
  
  
"query": "string",
  
  
  
"source": "string",
  
  
  
"covered": true,
  
  
  
"classification": "string",
  
  
  
"clicks": 0,
  
  
  
"impressions": 0
  
  
}
  
],
  
"total": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI