Retrieve a sender address
GET {{baseUrl}}/user/addresses/sender/:id
You can retrieve information about a specific sender address saved to your account via this endpoint. Sender address id
can be obtained via the Get sender address endpoint.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"sender_address":{"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"}}