29 lines
681 B
YAML
29 lines
681 B
YAML
|
id: api-supportivekoala
|
||
|
|
||
|
info:
|
||
|
name: Supportivekoala API Test
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://developers.supportivekoala.com/
|
||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Supportivekoala.md
|
||
|
tags: token-spray,supportivekoala
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET https://api.supportivekoala.com/v1/images HTTP/1.1
|
||
|
Host: api.supportivekoala.com
|
||
|
Content-Type: application/json
|
||
|
Authorization: Bearer {{token}}
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"_id"'
|
||
|
- '"template"'
|
||
|
- '"imageUrl"'
|
||
|
condition: and
|