33 lines
836 B
YAML
33 lines
836 B
YAML
id: api-flowdash
|
|
|
|
info:
|
|
name: Flowdash API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Automate business workflows
|
|
reference:
|
|
- https://docs.flowdash.com/docs/api-introduction
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/flowdash
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,flowdash
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a00463044022005d7ad5a370f6263e28dbb59932b488a50a7aec781eb0b5a2cafd0af7c168400022061787d5f88ff385f364518a1d8332575951fe7884bbd79db2371c6b473697890:922c64590222798bb761d5b6d8e72950
|