GET · account:read
Get account
Get the authenticated user's Stalkr profile.
Read only
REST
GET
/api/v1/accountcurl "https://www.stalkr.ai/api/v1/account" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: get_account
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
This operation has no input fields.
Authorization
Required scope: account:read.
Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.