List addresses for an owner (client/business/supplier)
X-Api-Key<token>
Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.
In: header
Query Parameters
ownerId*string
ownerType*string
Value in
- "client"
- "business"
- "supplier"
Response Body
application/json
curl -X GET "https://example.com/addresses?ownerId=string&ownerType=client"[ { "id": "550e8400-e29b-41d4-a716-446655440000", "createdAt": "2025-01-01T00:00:00.000Z", "updatedAt": "2025-01-01T00:00:00.000Z", "deletedAt": null, "ownerType": "client", "ownerId": "string", "businessId": "string", "addressLine": "דיזנגוף 67, תל אביב-יפו", "street": "דיזנגוף", "streetNumber": "67", "city": "תל אביב-יפו", "postalCode": "6433107", "country": "ישראל", "state": "מחוז תל אביב", "apartment": "string", "entrance": "string", "floor": "string", "neighborhood": "string", "latitude": 0, "longitude": 0, "label": "משרד ראשי", "type": "general", "isPrimary": false, "isActive": true, "placeId": "string" }]
