Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the complete profile for the currently authenticated user, including account details and aggregated activity stats.Endpoint
Requires authentication. Requests are made with a Bearer token via the
Authorization header.Request
This endpoint takes no request body or query parameters.Response
Unique identifier for the user.
The user’s display name.
The user’s email address.
The user’s profile biography.
URL of the user’s profile picture.
Whether the user’s account is verified.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of the last profile update.
Aggregated activity statistics for the user.
Example
TypeScript
