nuclei-templates/http/token-spray/api-intercom.yaml

28 lines
540 B
YAML

id: api-intercom
info:
name: Intercom API Test
author: dwisiswant0
severity: info
reference:
- https://developers.intercom.com/building-apps/docs/rest-api-reference
tags: token-spray,intercom
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.intercom.io/users"
headers:
Authorization: Bearer {{token}}
Accept: application/json
matchers:
- type: word
part: body
words:
- "Access Token Invalid"
negative: true