/v1/user
Returns the authenticated user profile together with a compact account summary and team details, if the user belongs to a team.
Example Response
{
"data": {
"id": 123,
"username": "alice",
"name": "Alice Example",
"email": "[email protected]",
"description": "...",
"thumbnail_url": "https://...",
"website_url": "https://...",
"twitter_handle": "alice",
"profile_url": "https://slides.com/alice",
"account": {
"type": "pro",
"billing_period": "monthly"
},
"team": null,
"created_at": "2026-03-01T12:00:00Z",
"updated_at": "2026-03-05T09:00:00Z"
}
}