Light Logo
Users

Get a user

Retrieve a user by username.

GET
/users/{username}
AuthorizationBearer <token>

In: header

Path Parameters

usernameUsername

The username of the user to get.

Response Body

curl -X GET "https://api.wrift.ai/v1/users/string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "username": "string",
  "avatar_url": "string",
  "name": "string",
  "bio": "string",
  "urls": [
    "string"
  ],
  "location": "string",
  "company": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}