Skip to content
Open with AI

Get the current user

GET
/v1/me
curl --request GET \
--url https://proficient-seahorse-829.eu-west-1.convex.site/v1/me \
--header 'Authorization: Bearer <token>'

Resolves the user this API key belongs to.

The user the key acts as

Media typeapplication/json
object
id
required
string
email
required
string | null
created_at
required
number
Example
{
"id": "user_k970b359khfwwny0q8fjah1hc97gtcwm",
"email": "ada@example.com",
"created_at": 1748875980
}