21 lines
423 B
YAML
21 lines
423 B
YAML
id: api-bitly
|
|
|
|
info:
|
|
name: Bitly API Test
|
|
author: zzeitlin
|
|
reference: https://dev.bitly.com/api-reference
|
|
severity: info
|
|
tags: token-spray,bitly
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'INVALID_ARG_ACCESS_TOKEN'
|