2022-06-18 03:54:41 +00:00
|
|
|
id: api-supportivekoala
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Supportivekoala API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Autogenerate images with template
|
2022-06-18 03:54:41 +00:00
|
|
|
reference:
|
|
|
|
- https://developers.supportivekoala.com/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/supportivekoala
|
2022-06-18 03:54:41 +00:00
|
|
|
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
|