32 lines
683 B
YAML
32 lines
683 B
YAML
id: api-charity
|
|
|
|
info:
|
|
name: Charity Search API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Non-profit charity data
|
|
reference:
|
|
- http://charityapi.orghunter.com/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/charity-search
|
|
tags: token-spray,charity,search
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "http://data.orghunter.com/v1/charitybasic?user_key={{token}}&ein=590774235"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"ein":'
|
|
- '"name":'
|
|
- '"inCareOfName"'
|
|
condition: and
|