22 lines
433 B
YAML
22 lines
433 B
YAML
id: api-deviantart
|
|
|
|
info:
|
|
name: DeviantArt API Test
|
|
author: zzeitlin
|
|
reference: https://www.deviantart.com/developers/authentication
|
|
severity: info
|
|
tags: api,deviantart
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- "https://www.deviantart.com/api/v1/oauth2/placebo"
|
|
body: "access_token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"status":"error"'
|
|
negative: true
|