Skip to main content
GET
/
api
/
v3
/
user
Get user details
curl --request GET \
  --url https://app.plugchoice.com/api/v3/user \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "bbcdbc74-c1d0-4211-a204-23403bb3f9c9",
  "id": 1,
  "name": "Morgan Hirthe",
  "email": "[email protected]",
  "avatar": "https://gravatar.com/avatar/0a9ba671c4c38166a894ec4c3adf227075dfe0e48b94ab38c8eb3a96b74feefc?d=404",
  "intercom": {
    "hmac_android": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_ios": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_web": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523"
  },
  "created_at": "2026-01-10T01:14:32.000000Z",
  "updated_at": "2026-01-10T01:14:32.000000Z"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Response

200 - application/json
uuid
string
Example:

"bbcdbc74-c1d0-4211-a204-23403bb3f9c9"

id
integer
Example:

1

name
string
Example:

"Morgan Hirthe"

email
string
avatar
string
Example:

"https://gravatar.com/avatar/0a9ba671c4c38166a894ec4c3adf227075dfe0e48b94ab38c8eb3a96b74feefc?d=404"

intercom
object
created_at
string
Example:

"2026-01-10T01:14:32.000000Z"

updated_at
string
Example:

"2026-01-10T01:14:32.000000Z"