-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathtest_client_make_api_call.yaml
More file actions
74 lines (74 loc) · 2.31 KB
/
test_client_make_api_call.yaml
File metadata and controls
74 lines (74 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
authorization:
- <REDACTED>
user-agent:
- <REDACTED>
method: GET
uri: https://api.easypost.com/v2/addresses?page_size=1
response:
body:
string: '{"addresses": [{"id": "adr_b532f4f1bc0311f0b86eac1f6bc539aa", "object":
"Address", "created_at": "2025-11-07T18:00:55Z", "updated_at": "2025-11-07T18:00:55Z",
"name": null, "company": "EASYPOST", "street1": "000 UNKNOWN STREET", "street2":
null, "city": "NOT A CITY", "state": "ZZ", "zip": "00001", "country": "US",
"phone": "<REDACTED>", "email": "<REDACTED>", "mode": "test", "carrier_facility":
null, "residential": null, "federal_tax_id": null, "state_tax_id": null, "verifications":
{"zip4": {"success": true, "errors": [{"code": "E.ADDRESS.NOT_FOUND", "field":
"address", "message": "Address not found", "suggestion": null}], "details":
null}, "delivery": {"success": true, "errors": [{"code": "E.ADDRESS.NOT_FOUND",
"field": "address", "message": "Address not found", "suggestion": null}],
"details": {"latitude": null, "longitude": null, "time_zone": null}}, "verify_carrier":
"ups"}}], "has_more": true}'
headers:
cache-control:
- private, no-cache, no-store
content-length:
- '842'
content-type:
- application/json; charset=utf-8
expires:
- '0'
pragma:
- no-cache
referrer-policy:
- strict-origin-when-cross-origin
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-backend:
- easypost
x-content-type-options:
- nosniff
x-download-options:
- noopen
x-ep-request-uuid:
- f785caeb698e03c9e786b0840112d88f
x-frame-options:
- SAMEORIGIN
x-node:
- bigweb56nuq
x-permitted-cross-domain-policies:
- none
x-proxied:
- intlb3nuq 0dcc3a6efb
- extlb2nuq c01291cd8f
x-runtime:
- '0.061229'
x-version-label:
- easypost-202602121634-14fe075b27-master
x-xss-protection:
- 1; mode=block
status:
code: 200
message: OK
version: 1