Light Logo
Authenticated user

Get the authenticated user

Retrieve the authenticated user.

GET
/user
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://api.wrift.ai/v1/user"
{
  "urls": [
    "string"
  ],
  "account_id": "8f2b1e4a-9c3d-4f6e-b1a2-7d8e9f0a1b2c",
  "name": "jane-doe",
  "avatar_url": "https://wrift.ai/avatars/jane-doe.png",
  "display_name": "string",
  "bio": "string",
  "location": "string",
  "company": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}