2022-07-22 11:32:46 +00:00
|
|
|
id: api-clockify
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Clockify API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Clockify's REST-based API can be used to push/pull data to/from it & integrate it with other systems
|
2022-07-22 11:32:46 +00:00
|
|
|
reference:
|
|
|
|
- https://clockify.me/developers-api
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/clockify
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,clockify
|
2022-07-22 11:32:46 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-22 11:32:46 +00:00
|
|
|
- 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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450221008e7f991b307ddcb8b49287eb2361e0cb9d4e3c50608458ae422bf1d51647b43602205e29d04c3149340dcfebc19bf35ae9f24950dcd85de1a73bc1e0bfa31cfe6233:922c64590222798bb761d5b6d8e72950
|