Enable Keyword
enable_keywordRe-activate a disabled keyword to resume monitoring mentions. It becomes active immediately if the plan allows, or after the required upgrade payment is processed.
Instructions
Re-activate one DISABLED keyword. It goes ACTIVE at once when it fits the plan or was disabled earlier in this billing cycle (it still holds its slot). Otherwise it is set PENDING and the required plan upgrade is charged immediately; it flips ACTIVE once the payment settles, so re-check with get_website. Use activate_pending_keywords instead to bring every PENDING keyword live in one call, and add_keywords for a keyword that does not exist yet. Preview cost with preview_keyword_billing first. Returns 400 without an active subscription; an ACTIVE keyword is returned unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywordId | Yes | Keyword ID (UUID) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The keyword with status ACTIVE, or PENDING when an upgrade was charged and its payment has not settled yet. |