Busabase
OpenAPI 参考

Users

User management endpoints

GET
/api/v1/users/me

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Get your API key from the dashboard.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/me"
{  "id": "string",  "name": "string",  "email": "string",  "emailVerified": true,  "image": "string",  "createdAt": "string"}