28 lines
690 B
YAML
28 lines
690 B
YAML
id: api-bitly
|
|
|
|
info:
|
|
name: Bitly API Test
|
|
author: zzeitlin,geeknik
|
|
severity: info
|
|
reference:
|
|
- https://dev.bitly.com/api-reference
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,bitly
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"status_code":200,"status_txt":"OK"'
|
|
condition: and
|
|
|
|
# digest: 490a0046304402201b2c0fcb9e368924c66fa9fccbaff444d11ce07e5cccfb958ca54963737acf21022022bec99c0126770bf18ce5d4ec3e2f2259d7a9155225394a530a7910bbbf8836:922c64590222798bb761d5b6d8e72950
|