31 lines
777 B
YAML
31 lines
777 B
YAML
id: api-twitter
|
|
|
|
info:
|
|
name: Twitter API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://developer.twitter.com/en/docs/twitter-api/api-reference-index
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,twitter
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.twitter.com/1.1/account_activity/all/subscriptions/count.json"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"account_name":'
|
|
- '"subscriptions_count_all":'
|
|
condition: and
|
|
|
|
# digest: 490a0046304402201f9521f0cd83f3554263fbdeaad4741f2f3ca31b751092c94fd963af565f1ff50220407abb1793a0b6085d114c705dd6787a12930f4ac0c7974c4ee5abd41f6713f9:922c64590222798bb761d5b6d8e72950
|