v3

latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-0659315450.0 KB
user

Currently, this returns the display name of the user account associated with the provided access token. More user information is expected to be included in the future.

get/v1/users/me/profile

Response

OK

Example response

{
  "profile": {
    "display_name": "Jane Doe"
  }
}