curl --request GET \
--url https://api.x.com/2/activity/subscriptions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"filter": {
"keyword": "The President",
"user_id": "2244994945"
},
"subscription_id": "1146654567674912769",
"tag": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_id": "1146654567674912769"
}
],
"errors": [
{
"detail": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}
],
"meta": {
"total_subscriptions": 123
}
}Get a list of active subscriptions for XAA
curl --request GET \
--url https://api.x.com/2/activity/subscriptions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"filter": {
"keyword": "The President",
"user_id": "2244994945"
},
"subscription_id": "1146654567674912769",
"tag": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"webhook_id": "1146654567674912769"
}
],
"errors": [
{
"detail": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}
],
"meta": {
"total_subscriptions": 123
}
}