List sender addresses
GET/api/v2/sender_addresses
Returns all active sender addresses for the authenticated user.
Authorization
Add HTTP header Authorization with the received API key as the bearer token:
- Authorization
- API Key
Response
Response body
- Content-Type
application/json- Body
| Property | Type | Description |
|---|---|---|
sender_addresses | List of sender addresses for the authenticated user required | |
address | Specifies the full legal address of a business or person, including street, house number, zip code, city, and country for a shipment. required | |
default | boolean | Whether this is the default sender address required |
id | string | UUID of the sender address required uuid |
name | string | Display name of the sender address required |
shipper | boolean | Whether this address is marked as shipper required |