Lookup user
User
Lookup user
Resolve a user tag or ID to their public profile
GET
Lookup user
Documentation Index
Fetch the complete documentation index at: https://docs.bayse.markets/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Look up a user by their tag (username) or user ID to get their public profile info. Provide eithertag or userId, not both.
Requires read authentication. Include your
X-Public-Key header.Query parameters
The user’s tag (username). Case-insensitive.
The user’s ID (UUID).
Example request
Response
The user’s unique ID (UUID).
The user’s tag (username).
URL of the user’s profile image. May be empty if no image is set.
Errors
| Status | Description |
|---|---|
| 400 | Neither tag nor userId provided, or both provided. |
| 401 | Missing or invalid API key. |
| 404 | No user found with the given tag or ID. |