---
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

---

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