> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/address-retrieve-user.md).

# Address Retrieve(User)

## Get Address

<mark style="color:blue;">`GET`</mark> `https://foodfly.shop/address/`

This endpoint allows you to get free cakes.

#### Headers

| Name           | Type   | Description                                                    |
| -------------- | ------ | -------------------------------------------------------------- |
| Authentication | string | Authentication token to track down who is emptying our stocks. |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
[
    {
        "pk": 기본,
        "old_address": "지번 주소",
        "address": "도로명 주",
        "detail_address": "상주 주",
        "lat": "위도 위치 ",
        "lng": "경도 위치 "
    }
]
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```javascript
{
    "detail": "잘못된 요청입니다."
}
```

{% endtab %}
{% endtabs %}
