Flash Pools — coming soon — Sign up to the waitlist
Flash Pools — coming soon — Sign up to the waitlist
Returns the user identified by the current session.
curl --request GET \
--url https://api.trepa.app/auth/me{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_seen_at": "2023-11-07T05:31:56Z",
"username": "<string>",
"has_seen_tour": true,
"role": "USER",
"wallet_address": "<string>",
"invite_id": "<string>",
"avatar_id": "<string>",
"email": "<string>",
"twitter_username": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.trepa.io/llms.txt
Use this file to discover all available pages before exploring further.
The current user has been retrieved.
USER, ADMIN curl --request GET \
--url https://api.trepa.app/auth/me{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_seen_at": "2023-11-07T05:31:56Z",
"username": "<string>",
"has_seen_tour": true,
"role": "USER",
"wallet_address": "<string>",
"invite_id": "<string>",
"avatar_id": "<string>",
"email": "<string>",
"twitter_username": "<string>"
}