nuclei-templates/token-spray/onelogin.yaml

25 lines
556 B
YAML
Raw Normal View History

2021-10-24 02:02:48 +00:00
id: api-onelogin
info:
name: OneLogin API Test
author: dwisiswant0
2021-10-24 02:04:15 +00:00
reference: https://developers.onelogin.com/api-docs/2/getting-started/dev-overview
2021-10-24 02:02:48 +00:00
severity: info
tags: token-spray,onelogin
# Recommended ran with -spm/-stop-at-first-path flag
self-contained: true
requests:
- method: GET
path:
- "https://api.us.onelogin.com/api/2/users?fields=id"
- "https://api.eu.onelogin.com/api/2/users?fields=id"
headers:
Authorization: Bearer {{token}}
matchers:
- type: status
status:
- 200