feat(token-spray): front api test

patch-1
Dominik Opyd 2022-05-21 19:05:04 +02:00
parent 34da12e811
commit 6109a019ea
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: api-front
info:
name: LaunchDarkly REST API
author: Luqmaan Hadia [Luqiih](https://github.com/Luqiih)
severity: info
reference:
- https://dev.frontapp.com/reference/introduction
tags: token-spray,front
self-contained: true
requests:
- raw:
- |
GET https://api2.frontapp.com/me HTTP/1.1
Host: api2.frontapp.com
Authorization: Bearer {{token}}
Accept: application/json
matchers-condition: and
matchers:
- type: status
status:
- 200