GET
/
v2
/
membership
curl --request GET \
  --url https://thirdparty.qonto.com/v2/membership \
  --header 'Authorization: Bearer <token>'
{
  "membership": {
    "id": "c9f9f051-7558-451c-b310-f4b8521424aa",
    "first_name": "Bruce Thomas Patrick",
    "last_name": "Wayne",
    "email": "batman@dc-comics.com",
    "phone_number": "+49123456789",
    "position": "Criminals threatener",
    "status": "active",
    "role": "owner",
    "locale": "de",
    "team_id": "d1f9f066-5642-462d-b421-a7d8521556bc",
    "kyc_status": "accepted"
  }
}

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.

Response

200
application/json
Returns the authenticated membership.

The response is of type object.