Retrieves a single profile by its unique identifier.
Returns the complete profile information including:
Note: You can only retrieve profiles that belong to your authenticated user account.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The unique identifier of the profile to retrieve
Profile retrieved successfully
The unique identifier of the profile
"profile_abc123xyz"
The display name of the profile
"Sci-Fi Lover"
The URL of the profile avatar image
"https://example.com/avatar.jpg"
ISO 8601 timestamp indicating when the profile was created. Format: YYYY-MM-DDTHH:mm:ss.sssZ
"2023-01-01T00:00:00.000Z"