---
title: "Retrieve a user"
method: GET
path: "/api/v1/users/me/"
tags: ["users"]
---

# Retrieve a user

`GET /api/v1/users/me/`

Use this endpoint to test your token and retrieve the basic information of your account.

Add an `Authorization` header with the value `Token <your token>`.

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- User
  - `id` string, required
  - `email` string, required

## Other responses

- `400` — Error

---

[API](https://skmtc.net/prolific/apis/api-reference.md) · [All operations](https://skmtc.net/prolific/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prolific/api-reference/versions/dc6f073a9827/schema)
