Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base URL: https://api.circuit.org/v1
GET /v1/user/info
Authorization: Bearer {token}
curl -X GET "https://api.circuit.org/v1/user/info" -H "Authorization: Bearer api_auth_token"
{ id: number; username: string; referralCode: string; referrerUsername: string | null; isAdmin: boolean; imageUrl: string | null; }
{ success: false; error: string; }