Fetch Data
User, Auth & Access Control
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Returns the current user's profile details.
User profile object
Returns the current user's profile details.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Returns the last login timestamp.
Unix epoch timestamp (seconds) of the user's last login.
1712345678Returns the last login timestamp.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Returns the list of custom roles.
Returns the list of custom roles.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Returns the list of roles below the current user's role.
Array of Role enum values that the current user can assign.
["MEMBER","GUEST"]Returns the list of roles below the current user's role.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsList of API endpoint URLs to look up access types for.
["/api/login","/api/admin/users"]Returns ApiInfo objects with access type details for each URL.
Returns ApiInfo objects with access type details for each URL.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Returns all API tokens for the current user.
Returns all API tokens for the current user.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsOrganisation ID in UUID format, used as the Stigg customer identifier.
550e8400-e29b-41d4-a716-446655440000Returns a signed Stigg customer token.
Signed JWT/signature token for authenticating with the Stigg client SDK.
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...Returns a signed Stigg customer token.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsIdentifier of the MCP agent/service.
agent-abc123Identifier of the device making the request.
device-xyz789Returns the user analysis data for the specified agent and device.
Returns the user analysis data for the specified agent and device.
Last updated