29 lines
601 B
YAML
29 lines
601 B
YAML
id: api-gofile
|
|
|
|
info:
|
|
name: GoFile API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Unlimited size file uploads for free
|
|
reference:
|
|
- https://gofile.io/api
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/gofile
|
|
tags: token-spray,gofile
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.gofile.io/getAccountDetails?token={{token}}&allDetails=true"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"token"'
|
|
- '"email"'
|
|
- '"rootFolder"'
|
|
condition: and
|