Skip to content

Get Current Admin

GET
/api/v1/admin/me

Return the authenticated admin principal and trigger Clerk first-login sync.

X-Admin-Key
Any of:
string
X-Admin-API-Key
Any of:
string

Successful Response

AdminMeResponse

Authenticated dashboard or API-key principal summary.

object
auth_method
required
Auth Method
string
clerk_user_id
Any of:
string
is_bootstrap
required
Is Bootstrap
boolean
project_id
Any of:
string format: uuid
project_ids
Project Ids
Array<string>

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string