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"
  }
}
API v2 is entering maintenance mode. New users should start with API v3 to access our latest features and improved performance. Already using v2? Don’t worry, your current integration remains fully functional. Read more about maintenance mode, or check out the migration guide for API v3.
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