Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x-api/account-activity/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
6 changes: 3 additions & 3 deletions x-api/enterprise-gnip-2.0/fundamentals/account-activity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand All @@ -90,7 +90,7 @@ Copy the following cURL request into your command line after making changes to t
```
</Tab>
<Tab title="Viewing a webhook">
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:

Expand Down Expand Up @@ -164,7 +164,7 @@ To deactivate a subscription from the provided user context and application, cop
</Tab>
</Tabs>

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

Expand Down