---
title: "GET /accounts"
method: GET
path: "/accounts"
tags: ["accountMembership"]
---

# GET /accounts

`GET /accounts`

## Query parameters

- `minimal` boolean

## Response `200`

OK

- AccountMembership[]
  - `id` string
  - `name` string
  - `slug` string
  - `type` string
  - `capabilities` object
    - `sites` AccountUsageCapability
      - `included` integer
      - `used` integer
    - `collaborators` AccountUsageCapability
      - `included` integer
      - `used` integer
  - `billing_name` string
  - `billing_email` string
  - `billing_details` string
  - `billing_period` string
  - `payment_method_id` string
  - `type_name` string
  - `type_id` string
  - `owner_ids` string[]
  - `roles_allowed` string[]
  - `created_at` string, dateTime
  - `updated_at` string, dateTime

## Other responses

- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
