Skip to main content
GET
/
v2
/
memberships
List memberships
curl --request GET \
  --url https://thirdparty.qonto.com/v2/memberships \
  --header 'Authorization: Bearer <token>'
{
  "memberships": [
    {
      "id": "c9f9f051-7558-451c-b310-f4b8521424aa",
      "first_name": "Quinn Jast",
      "last_name": "Miss Stan Altenwerth",
      "role": "owner",
      "residence_country": "FR",
      "birthdate": "2022-11-27",
      "nationality": "FR",
      "ubo": true,
      "birth_country": "IT",
      "status": "active",
      "team_id": "01997176-789e-79f3-b908-34cb"
    }
  ],
  "meta": {
    "current_page": 2,
    "next_page": 3,
    "prev_page": 1,
    "total_pages": 11,
    "total_count": 210,
    "per_page": 20
  }
}

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Query Parameters

page
string

Returned page.

per_page
string

Number of memberships per page (cf. Pagination).

Response

Returns the list of memberships for the authenticated organization.

memberships
object[]
meta
object

Metadata for paginated responses