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"
}
}Retrieve information about a specific sender address saved to your account.
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"
}
}id for use in this endpoint can be obtained from the Retrieve a list of sender addresses endpoint.Basic Authentication using API key and secrets is currently the main authentication mechanism.
The sender address unique identifier
1234
Sender address information.
A Sendcloud address object
Show child attributes