---
title: "Get details of a single membership"
method: GET
path: "/v2/membership"
tags: ["Memberships"]
---

# Get details of a single membership

`GET /v2/membership`

OAuth scope: `membership.read`

---

Retrieve the details of the authenticated Membership.

---

The response contains the following attributes:

- `id` - The membership's id
- `first_name` - The first name of the membership
- `last_name` - The last name of the membership
- `email` - The email address of the membership
- `phone_number` - The phone number of the membership
- `position` - The professional position of the membership within the company (e.g.: CEO, financial manager)
- `status` - Status of the membership (e.g: active)
- `role` - The set of permissions of the membership within the organization's account (e.g.: owner, admin).
- `locale` - The language chosen by the membership
- `team_id` - The team's id that the membership belongs to

## Headers

- `X-Qonto-Staging-Token` string

## Response `200`

returns a membership. The membership returned is determined from the secret-key or OAuth2 token.

- object
  - `membership` object
    - `id` string
    - `first_name` string
    - `last_name` string
    - `email` string
    - `phone_number` string
    - `position` string
    - `status` string
    - `role` string
    - `locale` string
    - `team_id` string

## Other responses

- `401` — returns an unauthorized error
- `403` — returns a forbidden error

---

[API](https://skmtc.net/hiit-consulting-fr/apis/qonto.md) · [All operations](https://skmtc.net/hiit-consulting-fr/apis/qonto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiit-consulting-fr/qonto/revisions/25208d6f9deb/schema)
