- Start your Apidog journey
- Sample APIs
- Users
- Ecommerce
- Profile
- Features Group
- Features
- Order
- Order web
- Appointment
- Quotation
- Plan
- Addresses
- Watch list Web
- Dashboard Carts
- Capabilities
- Product
- Production Line
- Attribute
- Group
- Review
- Branch
- Create Branch
- Update Branch By Id
- Get Branch By Id
- Get Branch All
- Get Branchs with pagination
- Delete Branch By Id
- Bulk Delete Branches
- Get Web Branch By Coordinates
- Get All Web Branch With Pagination
- Get All Web Branch
- Import Branch Zones
- Get Import Branch Zones Example
- Get Branch Zones File
- Import Branch Products
- Get Import Branch Products Example
- Get Branch Products File
- Link To Branches
- Addons
- Get Web Product By Id
- Get Web Product By Criteria
- Create Product
- Get Product By Id
- Get Product By Criteria
- Link Product By Id to Branches
- Update Product By Id
- Link Product By Id to Production Line
- Delete Product By Id
- Delete Duplicated Products
- Category
- Unit
- Contact
- Payment
- Setup
- Config
- Settings
- Cart
- Ticket
- Coupon
- Checkout
- Survey
- Truncate Collection ListDELETE
- Fix Product AttributesPUT
- Files
Get Web Address All
Developing
GET
{{web_ecommercev2_url}}/addresses/all
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{web_ecommercev2_url}}/addresses/all?query' \
--header 'x-access-token;'
Response Response Example
[{"id":"681a181340367a4791df3346","createdAt":"2025-05-06T14:09:23.273Z","createdBy":"667917cabd1516884a1af8fe","updatedAt":"2025-05-06T14:09:23.273Z","updatedBy":"667917cabd1516884a1af8fe","name":{"ar":"العنوان المنزلي","defaultTranslation":"Home Address","en":"Home Address"},"type":"office","country":"UAE","city":"Dubai","street":"Sheikh Zayed Road","addressLine1":"Building 42, Floor 3","notes":"Near the metro station","poBox":"12345","postCode":"54321","phone":"+971501234567","location":{"type":"Point","coordinates":[55.272659,25.197197]},"isDefault":true,"userId":"667917cabd1516884a1af8fe"}]
Request
Authorization
API Key
Add parameter in header
x-access-token
Example:
x-access-token: ********************
or
Query Params
query
string
required
Responses
🟢200OK
application/json
Body
array of:
id
string
optional
createdAt
string
optional
createdBy
string
optional
updatedAt
string
optional
updatedBy
string
optional
name
object
optional
ar
string
required
defaultTranslation
string
required
en
string
required
type
string
optional
country
string
optional
city
string
optional
street
string
optional
addressLine1
string
optional
notes
string
optional
poBox
string
optional
postCode
string
optional
phone
string
optional
location
object
optional
type
string
required
coordinates
array[number]
required
isDefault
boolean
optional
userId
string
optional
Modified at 2025-05-27 07:43:13