cURL
curl --request GET \ --url https://api.x.com/2/account_activity/webhooks/{webhook_id}/subscriptions/all \ --header 'Authorization: Bearer <token>'
{ "data": { "subscribed": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Checks a user’s Account Activity subscription for a given webhook.
Show child attributes
1