v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

List user accounts

Retrieves a list of the user's accounts.

get/v3/users/{user_id}/accounts

Path parameters

user_idstring required

Unique User identifier

Response

OK

user_idstring
account_idstring
user_typestring
user_emailstring
user_namestring

Example response

[
  {
    "user_id": "54de866e-dc98-48d6-a2ea-4736a430f273",
    "account_id": "e196ad75-a6d0-471b-90b3-de3843dd7860",
    "user_type": "user",
    "user_email": "user@example.com",
    "user_name": "username123"
  }
]