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