32 lines
737 B
YAML
32 lines
737 B
YAML
id: api-iconfinder
|
|
|
|
info:
|
|
name: IconFinder API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Web Icons
|
|
reference:
|
|
- https://developer.iconfinder.com/reference/overview-1
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/iconfinder
|
|
tags: token-spray,iconfinder
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://api.iconfinder.com/v4/icons/search?query=arrow&count=10 HTTP/1.1
|
|
Host: api.iconfinder.com
|
|
Accept: application/json
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"icons":'
|
|
- '"is_icon_glyph":'
|
|
- '"download_url":'
|
|
condition: and
|