Valyourise Logo

ValYouRise

DevelopmentApi

Get User Info

Fetches the currently authenticated user from Appwrite.

GET
/api/user

Fetches the currently authenticated user from Appwrite.

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