V1

獲取基本資訊

GET
/api/v1/me/

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/me/"
{  "name": "鰻頭(`・ω・´)",  "email": "[email protected]",  "emailVerified": true,  "discordId": "123456789012345678",  "username": "mantouisyummy",  "avatar": "https://cdn.discordapp.com/avatars/...",  "createdAt": "2025-04-06T14:29:47.501000",  "updatedAt": "2026-07-07T08:27:25.342000Z",  "nsfw": true,  "banner": "https://cdn.discordapp.com/banners/...",  "bannerColor": "#5865F2",  "bio": "這是一段自我介紹。",  "social": {    "github": "https://github.com/daming",    "twitter": "https://twitter.com/daming"  }}