Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

JWT access token or API token (prefixed with zipp_)

Path Parameters

orgId
string
required

Organization ID

Example:

"org_01HZX9K2QF"

addressId
string
required

Address ID

Example:

"addr_01HZX9K2QF"

Response

Default Response

id
string
required

Unique address identifier

Example:

"addr_01HZX9K2QF"

name
string
required

Name of the address

Example:

"Hovedlager"

attContact
string
required

Attention contact person

Example:

"Mette Hansen"

address1
string
required

Address line 1

Example:

"Vesterbrogade 1"

address2
string | null
required

Address line 2

Example:

"2. sal"

zipcode
string
required

Postal/ZIP code

Example:

"1620"

city
string
required

City

Example:

"København"

phone
string
required

Phone number

Example:

"+4533123456"

countryCode
string
required

ISO country code

Example:

"DK"

state
string | null
required

State/Province

Example:

null

email
string<email>
required

Email address

Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
addressTypes
enum<string>[]
required

Address types (sender, pickup, return)

Address type indicating how the address is used

Available options:
sender,
pickup,
return
Example:
orgId
string
required

Owning organization ID

Example:

"org_01HZX9K2QF"

brandId
string | null
required

Brand this record belongs to, or null when it is organization-wide

Example:

"brnd_8f3kd92ld0"

createdAt
string
required

Creation timestamp (ISO 8601)

Example:

"2026-06-22T09:00:00.000Z"

updatedAt
string
required

Last update timestamp (ISO 8601)

Example:

"2026-06-22T09:00:00.000Z"

customs
object | null

Customs identifiers keyed by type

Example: