Retrieve a single address

Returns an existing address using an object ID

SecurityShippo_Token
Request
path Parameters
address_id
required
string (Address Id)
Responses
200

Successful Response

404

Not Found

5XX

Server Error

get/v2/addresses/{address_id}
Request samples
curl -i -X GET \
'https://api.goshippo.com/v2/addresses/{address_id}' \
-H 'Authorization: ShippoToken <API_TOKEN>'
Response samples
application/json
{
  • "id": "e9f1f6fd20f84982afe471ff06c5a80f",
  • "address": {
    },
  • "updated_at": "2019-08-24T14:15:22Z",
  • "created_at": "2019-08-24T14:15:22Z"
}