Skip to main content
GET
/
v2
/
membership
Retrieve the authenticated 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" } }

Documentation Index

Fetch the complete documentation index at: https://docs.qonto.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Returns the authenticated membership.

membership
object