2022-07-22 11:32:46 +00:00
|
|
|
id: api-flowdash
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Flowdash API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Automate business workflows
|
2022-07-22 11:32:46 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.flowdash.com/docs/api-introduction
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/flowdash
|
2022-07-22 11:32:46 +00:00
|
|
|
tags: token-spray,flowdash
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://app.flowdash.com/api/v1/workflows HTTP/1.1
|
|
|
|
Host: app.flowdash.com
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"id":'
|
|
|
|
- '"name":'
|
|
|
|
condition: and
|