मुख्य सामग्री पर जाएं
GET
/
2
/
account_activity
/
subscriptions
/
count
सदस्यताओं की संख्या प्राप्त करें
curl --request GET \
  --url https://api.x.com/2/account_activity/subscriptions/count \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "title": "<string>",
      "type": "<string>",
      "detail": "<string>",
      "status": 123
    }
  ]
}

प्राधिकरण

Authorization
string
header
आवश्यक

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

प्रतिक्रिया

अनुरोध सफल हुआ है।

data
object

सभी webhook में सक्रिय सदस्यताओं की कुल संख्या

errors
object[]
Minimum array length: 1

IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) में परिभाषित एक HTTP Problem Details ऑब्जेक्ट।