2022-06-18 03:54:41 +00:00
|
|
|
id: api-lob
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Lob API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: US Address Verification
|
2022-06-18 03:54:41 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.lob.com/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/lob
|
2022-06-18 03:54:41 +00:00
|
|
|
tags: token-spray,lob
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://api.lob.com/v1/addresses HTTP/1.1
|
|
|
|
Authorization: Basic {{base64(token + ':')}}
|
|
|
|
Host: api.lob.com
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"id"'
|
|
|
|
- '"description"'
|
|
|
|
- '"name"'
|
|
|
|
condition: and
|