curl --request GET \
--url https://app.plugchoice.com/api/v3/user \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"name": "<string>",
"email": "<string>",
"avatar": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/user \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"id": 123,
"name": "<string>",
"email": "<string>",
"avatar": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}Returns the authenticated user’s account details.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.