Skip to main content
GET
/
api
/
v1
/
user
/
me
Get current user
curl --request GET \
  --url https://nudgen.net/api/v1/user/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "jsmith@example.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nudgen.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Personal Access Token created from Settings -> API Keys.

Response

Authenticated user

id
string
name
string
email
string<email>