feat(token-spray): front api test
parent
34da12e811
commit
6109a019ea
|
@ -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
|
Loading…
Reference in New Issue