Save Seo Tracked Keywords
POST /seo/rank-tracking/keywords
POST
/seo/rank-tracking/keywords
SPENDS NOTHING NOW. Start tracking up to 100 keywords for a domain.
The rank checks themselves run in the background worker on the chosen
cadence; saving enrols the organisation in that worker’s tick. The
saved rows come back with whatever the worker has already recorded.
Duplicates of an existing keyword are refused with a 422 naming them.
Authorizations
Parameters
Header Parameters
Request Body required
Mirrors SaveTrackedKeywordsRequest.
domain is normalised by the app (lower-cased, www. stripped) and
refused with a 422 if it carries a scheme or a path.
Responses
200
Successful Response
object
data
required
Array<object>
Mirrors TrackedKeywordDTO.
object
cadence
required
string
domain
required
string
id
required
string format: uuid
keyword
required
string
language_code
required
string
location_code
required
integer
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string