Returns a single profile by ID. Returns 404 if the profile doesn’t exist or doesn’t belong to the signed-in user.
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 ID of the profile to retrieve.
Profile returned successfully.
A Discovr profile with its display info and creation timestamp.
The unique ID of the profile.
"profile_abc123xyz"
The profile's display name.
"Sci-Fi Lover"
URL of the profile's avatar image.
"https://example.com/avatar.jpg"
When the profile was created, as an ISO 8601 timestamp.
"2023-01-01T00:00:00.000Z"