Skip to main content
POST
Get a public user profile

Authorizations

Authorization
string
header
required

API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.

Body

application/json
id
string<uuid>

Supabase auth user id.

_id
string

public_user.id (numeric) as a string.

Response

200 - application/json

JSend success with the public user.

status
enum<string>
Available options:
success
data
object