2021-10-24 05:35:48 +00:00
|
|
|
id: api-intercom
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Intercom API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://developers.intercom.com/building-apps/docs/rest-api-reference
|
2021-10-24 05:35:48 +00:00
|
|
|
tags: token-spray,intercom
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-10-24 05:35:48 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-24 05:35:48 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.intercom.io/users"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
Accept: application/json
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-10-24 08:11:44 +00:00
|
|
|
- "Access Token Invalid"
|
2021-10-24 05:35:48 +00:00
|
|
|
negative: true
|