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": "38b2d76f-d2c3-418e-9aa8-87bb2f996ff1",
  "id": 1,
  "name": "Morgan Hirthe",
  "email": "dare.emelie@example.com",
  "avatar": "https://gravatar.com/avatar/0a9ba671c4c38166a894ec4c3adf227075dfe0e48b94ab38c8eb3a96b74feefc?d=404",
  "intercom": {
    "hmac_android": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_ios": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523",
    "hmac_web": "41e0a9448f91edba4b05c6c2fc0edb1d6418aa292b5b2942637bec43a29b9523"
  },
  "created_at": "2026-02-06T14:49:40.000000Z",
  "updated_at": "2026-02-06T14:49:40.000000Z"
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Response

200 - application/json
uuid
string
Example:

"38b2d76f-d2c3-418e-9aa8-87bb2f996ff1"

id
integer
Example:

1

name
string
Example:

"Morgan Hirthe"

email
string
Example:

"dare.emelie@example.com"

avatar
string
Example:

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

intercom
object
created_at
string
Example:

"2026-02-06T14:49:40.000000Z"

updated_at
string
Example:

"2026-02-06T14:49:40.000000Z"