-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathcreate_and_verify.json
More file actions
52 lines (52 loc) · 2.59 KB
/
create_and_verify.json
File metadata and controls
52 lines (52 loc) · 2.59 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
[
{
"Duration": 303,
"RecordedAt": "2025-11-07T12:37:17.414707-07:00",
"Request": {
"Body": "{\"address\":{\"name\":\"Jack Sparrow\",\"street1\":\"388 Townsend St\",\"street2\":\"Apt 20\",\"city\":\"San Francisco\",\"state\":\"CA\",\"zip\":\"94107\",\"country\":\"US\",\"email\":\"<REDACTED>\",\"phone\":\"<REDACTED>\"}}",
"BodyContentType": "Json",
"ContentHeaders": {
"Content-Type": "application/json; charset=utf-8",
"Content-Length": "195"
},
"Method": "POST",
"RequestHeaders": {
"Authorization": "<REDACTED>",
"User-Agent": "<REDACTED>"
},
"Uri": "https://api.easypost.com/v2/addresses/create_and_verify"
},
"Response": {
"Body": "{\"address\":{\"id\":\"adr_2b39c64fbc1111f091cbac1f6bc539aa\",\"object\":\"Address\",\"created_at\":\"2025-11-07T19:37:17Z\",\"updated_at\":\"2025-11-07T19:37:17Z\",\"name\":\"JACK SPARROW\",\"company\":null,\"street1\":\"388 TOWNSEND ST APT 20\",\"street2\":\"\",\"city\":\"SAN FRANCISCO\",\"state\":\"CA\",\"zip\":\"94107-1670\",\"country\":\"US\",\"phone\":\"<REDACTED>\",\"email\":\"<REDACTED>\",\"mode\":\"test\",\"carrier_facility\":null,\"residential\":true,\"federal_tax_id\":null,\"state_tax_id\":null,\"verifications\":{\"zip4\":{\"success\":true,\"errors\":[],\"details\":null},\"delivery\":{\"success\":true,\"errors\":[],\"details\":{\"latitude\":37.77551,\"longitude\":-122.39697,\"time_zone\":\"America/Los_Angeles\"}}}}}",
"BodyContentType": "Json",
"ContentHeaders": {
"Expires": "0",
"Content-Type": "application/json; charset=utf-8",
"Content-Length": "648"
},
"HttpVersion": "1.1",
"ResponseHeaders": {
"X-Frame-Options": "SAMEORIGIN",
"X-XSS-Protection": "1; mode=block",
"X-Content-Type-Options": "nosniff",
"x-download-options": "noopen",
"x-permitted-cross-domain-policies": "none",
"Referrer-Policy": "strict-origin-when-cross-origin",
"x-ep-request-uuid": "e4553700690e4a6de7874963013770cc",
"Cache-Control": "no-store, no-cache, private",
"Pragma": "no-cache",
"Location": "/api/v2/addresses/adr_2b39c64fbc1111f091cbac1f6bc539aa",
"x-runtime": "0.048769",
"x-node": "bigweb63nuq",
"x-version-label": "easypost-202511071908-b838edaf78-master",
"x-backend": "easypost",
"x-proxied": "intlb4nuq c0061e0a2e,extlb1nuq cbbd141214",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload"
},
"Status": {
"Code": 200,
"Message": "OK"
}
}
}
]