Current User Address list (02/02)

Get Current user address list.

GET https://castleindia.in/emart/public /api/manageaddress /api/manageaddress

Headers

NameTypeDescription

Accept

String

application/json

Authorization

String

Bearer {bearer_token without bracktes}

{
    "address": [
        {
            "name": "John Doe",
            "email": "sam.curran@test.com",
            "address": "Sector -62 , RCM Area",
            "type": "Home",
            "phone": 7894561230,
            "pin_code": 311001,
            "country": {
                "id": 101,
                "name": "India"
            },
            "state": {
                "id": 33,
                "name": "Rajasthan"
            },
            "city": {
                "id": 3327,
                "name": "Bhilwara"
            },
            "defaddress": 1
        },
        {
            "name": "Ankit",
            "email": "admin@mediacity.co.in",
            "address": "Theodore LoweAp #867-859 Sit Rd.",
            "type": null,
            "phone": 7894561230,
            "pin_code": null,
            "country": {
                "id": 231,
                "name": "United States"
            },
            "state": {
                "id": 3956,
                "name": "New York"
            },
            "city": {
                "id": 47854,
                "name": "Airmont"
            },
            "defaddress": 0
        },
        {
            "name": "Some Test Address",
            "email": "admin@admin.com",
            "address": "This is sample address from checkout window",
            "type": null,
            "phone": 7894561230,
            "pin_code": null,
            "country": {
                "id": 101,
                "name": "India"
            },
            "state": {
                "id": 15,
                "name": "Jammu and Kashmir"
            },
            "city": {
                "id": 1292,
                "name": "Charari Sharief"
            },
            "defaddress": 0
        },
        {
            "name": "Ankit",
            "email": "admin@mediacity.co.in",
            "address": "Theodore Lowe\r\nAp #867-859 Sit Rd.",
            "type": null,
            "phone": 7894561230,
            "pin_code": null,
            "country": {
                "id": 231,
                "name": "United States"
            },
            "state": {
                "id": 3956,
                "name": "New York"
            },
            "city": {
                "id": 47854,
                "name": "Airmont"
            },
            "defaddress": 0
        },
        {
            "name": "KP",
            "email": "kp_demo@gmail.com",
            "address": "Los Street 123-A, Post AD",
            "type": null,
            "phone": 1234567980,
            "pin_code": 123456,
            "country": {
                "id": 231,
                "name": "United States"
            },
            "state": {
                "id": 3933,
                "name": "Idaho"
            },
            "city": {
                "id": 44120,
                "name": "Post Falls"
            },
            "defaddress": 0
        },
        {
            "name": "Admin",
            "email": "admin@mediacity.co.in",
            "address": "Sector-15, Wolf Street",
            "type": null,
            "phone": 1234567890,
            "pin_code": 10100,
            "country": {
                "id": 231,
                "name": "United States"
            },
            "state": {
                "id": 3931,
                "name": "Georgia"
            },
            "city": {
                "id": 43939,
                "name": "Brunswick"
            },
            "defaddress": 0
        }
    ],
    "status": "success"
}
โ€‹

Last updated