DevelopmentApi
Get User Info
Fetches the currently authenticated user from Appwrite.
Fetches the currently authenticated user from Appwrite.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Response Body
application/json
curl -X GET "https://loading/api/user"{
"id": "string",
"name": "string",
"email": "user@example.com"
}Empty
Empty
Create short-lived realtime JWT for board subscriptions GET
Creates a short-lived Appwrite JWT for the authenticated user and returns the realtime table identifiers used by board subscriptions.
Get workspace GET
Returns workspace details, the caller's membership, and effective organization and workspace admin status.