---
title: "Retrieve Group details"
method: GET
path: "/groups/current"
---

# Retrieve Group details

`GET /groups/current`

Returns details for the currently authenticated Group.

## Response `200`

Group

- Group — Groups represent organizations using Increase. You can retrieve information about your own organization via the API. More commonly, OAuth platforms can retrieve information about the organizations that have granted them access. Learn more about OAuth [here](https://increase.com/documentation/oauth).
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Group was created.
  - `id` string, required — The Group identifier.
  - `type` 'group', required — A constant representing the object's type. For this resource it will always be `group`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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