diff --git a/x-api/account-activity/quickstart.mdx b/x-api/account-activity/quickstart.mdx index 36527d988..9f7431409 100644 --- a/x-api/account-activity/quickstart.mdx +++ b/x-api/account-activity/quickstart.mdx @@ -1,7 +1,7 @@ --- title: Quickstart sidebarTitle: Quickstart -description: "This guide walks you through setting up the Account Activity API, managing user. Reference for the X API v2 standard tier covering account activity." +description: "This guide walks you through setting up the Account Activity API, managing user subscriptions. Reference for the X API v2 standard tier covering account activity." keywords: ["account activity quickstart", "AAA setup", "webhook subscriptions", "account activity setup", "manage subscriptions", "replay"] tag: "DEPRECATED" --- diff --git a/x-api/enterprise-gnip-2.0/fundamentals/account-activity.mdx b/x-api/enterprise-gnip-2.0/fundamentals/account-activity.mdx index 4760fe52c..0cb059a0b 100644 --- a/x-api/enterprise-gnip-2.0/fundamentals/account-activity.mdx +++ b/x-api/enterprise-gnip-2.0/fundamentals/account-activity.mdx @@ -63,7 +63,7 @@ You will need: * A registered X app - _[register here](https://developer.x.com/content/developer-twitter/en/apps)_ * A bearer token - _[learn more](/resources/fundamentals/authentication#using-and-generating-an-app-only-bearer-token)_ * A webhook that passes a Challenge-Response Check (CRC) - _[learn more](/x-api/enterprise-gnip-2.0/fundamentals/account-activity#securing-webhooks)_ -* An enterprise account - _[apply here]https://developer.x.com/en/products/x-api/enterprise_ +* An enterprise account - _[apply here](https://developer.x.com/en/products/x-api/enterprise)_ _Before you get started, we recommend you check out our [Github repo here](https://github.com/xdevplatform/account-activity-dashboard) that provides a sample web app and helper scripts to get started with X's Account Activity API_ @@ -90,7 +90,7 @@ Copy the following cURL request into your command line after making changes to t ``` -We will run the following command to returns all registered webhook URLs and their statuses for the given application. +We will run the following command to return all registered webhook URLs and their statuses for the given application. Copy the following cURL request into your command line after making changes to the following: @@ -164,7 +164,7 @@ To deactivate a subscription from the provided user context and application, cop -Great job! You should now able to manage your webhooks and subscribed users. +Great job! You should now be able to manage your webhooks and subscribed users. #### Referenced articles