---
title: "Get All User Areas"
method: GET
path: "/v3/forest-watcher/area"
tags: ["v3"]
---

# Get All User Areas

`GET /v3/forest-watcher/area`

Retrieve areas for the logged in user

## Response `200`

OK

- object
  - `data` Area
    - `name` string, required
    - `application` string, required
    - `geostore` string, required
    - `userId` string, required
    - `createdAt` string
    - `updatedAt` string
    - `image` string, required
    - `datasets` object[]
    - `use` object
    - `env` string
    - `iso` object
    - `admin` object
    - `tags` object[]
    - `status` string
    - `public` boolean
    - `fireAlerts` boolean
    - `deforestationAlerts` boolean
    - `webhookUrl` string
    - `monthlySummary` boolean
    - `subscriptionId` string
    - `email` string
    - `language` string
    - `confirmed` boolean
    - `teamId` string
    - `reportTemplate` object[]

## Other responses

- `401` — Error Response
- `404` — Error Response

## Changes

- **2022-07-06** `d862041fdb41` — 3 breaking, 1 warning, 1 info
  - removed the required property `attributes` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the optional property `` from the response with the `200` status
  - …1 more
- **2022-05-24** `c88cf2d953c5` — 23 breaking, 2 info
  - the `attributes/coverage/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `attributes/datasets/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `attributes/geostore/bbox/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `attributes/geostore/geojson/features/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - …21 more
- **2022-05-23** `22a87528a004` — 1 info
  - api operation id `get-v3-forest-watcher-areas` removed and replaced with `get-v3-forest-watcher-area`
- **2022-05-16** `7479fa41f800` — 1 info
  - api operation id `get-v3-forest-watcher-area` removed and replaced with `get-v3-forest-watcher-areas`
- …earlier changes not shown

[Full history](https://skmtc.dev/wri/apis/fw-api/changes/v3/forest-watcher/area/get.md)

---

[API](https://skmtc.dev/wri/apis/fw-api.md) · [All operations](https://skmtc.dev/wri/apis/fw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wri/fw-api/revisions/9bcf4fe5dd9c/schema)
