32 lines
717 B
YAML
32 lines
717 B
YAML
id: api-clearbit
|
|
|
|
info:
|
|
name: Clearbit API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Search for company logos and embed them in your projects
|
|
reference:
|
|
- https://clearbit.com/docs
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/clearbit
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,clearbit
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://person.clearbit.com/v2/combined/find?email=alex@clearbit.com HTTP/1.1
|
|
Authorization: Basic {{base64(token + ':')}}
|
|
Host: person.clearbit.com
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"person":'
|
|
- '"id":'
|
|
- '"name":'
|
|
condition: and
|