Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://nudgen.net/api/v1/user/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "email": "jsmith@example.com" }
Returns the authenticated user for the provided Personal Access Token.
Personal Access Token created from Settings -> API Keys.
Authenticated user