Skip to main content
GET
/
user
/
addresses
/
sender
/
{id}
Retrieve a sender address
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/user/addresses/sender/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "sender_address": {
    "city": "Eindhoven",
    "company_name": "Sendcloud",
    "contact_name": "John Doe",
    "country": "NL",
    "country_state": "null,",
    "email": "johndoe@sendcloud.com",
    "house_number": "10",
    "id": 1,
    "postal_box": "",
    "postal_code": "5611 EM",
    "street": "Stadhuisplein",
    "telephone": "+31626262626",
    "vat_number": "NL123456789B01",
    "eori_number": "NL123456789",
    "brand_id": 2,
    "label": "Sample label",
    "signature_full_name": "John Doe",
    "signature_initials": "JD"
  }
}
A sender address id for use in this endpoint can be obtained from the Retrieve a list of sender addresses endpoint.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
integer
required

The sender address unique identifier

Example:

1234

Response

Sender address information.

sender_address
Address Object ยท object

A Sendcloud address object