Merge pull request #5542 from 0xlittleboy/patch-4

Create api-ticketmaster.yaml
patch-1
Prince Chaddha 2022-10-04 15:03:18 +05:30 committed by GitHub
commit 0f968e93c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: api-ticketmaster
info:
name: Ticket Master API Test
author: 0xlittleboy
severity: info
reference:
- https://developer.ticketmaster.com/products-and-docs/apis/getting-started/
metadata:
verified: true
tags: token-spray,ticketmaster
self-contained: true
requests:
- method: GET
path:
- "https://app.ticketmaster.com/discovery/v2/events.json?apikey={{token}}"
matchers:
- type: word
part: body
words:
- '"id"'
- '"name"'
- '"type"'
- '"images"'
condition: and