nuclei-templates/token-spray/api-clockify.yaml

30 lines
719 B
YAML

id: api-clockify
info:
name: Clockify API Test
author: daffainfo
severity: info
description: Clockify's REST-based API can be used to push/pull data to/from it & integrate it with other systems
reference:
- https://clockify.me/developers-api
- https://github.com/daffainfo/all-about-apikey/tree/main/clockify
tags: token-spray,clockify
self-contained: true
requests:
- raw:
- |
GET https://api.clockify.me/api/v1/user HTTP/1.1
Host: api.clockify.me
X-Api-Key: {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"id":'
- '"email":'
- '"name":'
condition: and