Retrieve a list of sender addresses
GET {{baseUrl}}/user/addresses/sender
This endpoint returns a list of all the sender addresses which have been saved to your account. The response will include the id
of each address, which you can include as a parameter when creating parcels or looking up shipping methods via the API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"sender_addresses":[{"city":"\u003cstring\u003e","company_name":"\u003cstring\u003e","contact_name":"\u003cstring\u003e","country":"\u003cstring\u003e","country_state":"\u003cstring\u003e","email":"\u003cemail\u003e","house_number":"\u003cstring\u003e","id":"\u003cinteger\u003e","postal_box":"\u003cstring\u003e","postal_code":"\u003cstring\u003e","street":"\u003cstring\u003e","telephone":"\u003cstring\u003e","vat_number":"\u003cstring\u003e","eori_number":"\u003cstring\u003e","brand_id":"\u003cinteger\u003e","label":"\u003cstring\u003e","signature_full_name":"\u003cstring\u003e","signature_initials":"\u003cstring\u003e"},{"city":"\u003cstring\u003e","company_name":"\u003cstring\u003e","contact_name":"\u003cstring\u003e","country":"\u003cstring\u003e","country_state":"\u003cstring\u003e","email":"\u003cemail\u003e","house_number":"\u003cstring\u003e","id":"\u003cinteger\u003e","postal_box":"\u003cstring\u003e","postal_code":"\u003cstring\u003e","street":"\u003cstring\u003e","telephone":"\u003cstring\u003e","vat_number":"\u003cstring\u003e","eori_number":"\u003cstring\u003e","brand_id":"\u003cinteger\u003e","label":"\u003cstring\u003e","signature_full_name":"\u003cstring\u003e","signature_initials":"\u003cstring\u003e"}]}