Modify Data
User, Auth & Access Control
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsOptional redirect URL after logout.
URL to redirect to after logout.
https://app.akto.io/loginLogout successful. Returns Auth0/SSO logout URL.
URL to redirect the user for completing logout (Auth0 or SSO).
https://auth.akto.io/v2/logout?returnTo=https%3A%2F%2Fapp.akto.ioLogout successful. Returns Auth0/SSO logout URL.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsDisplay name for the new account.
My New WorkspaceAccount created successfully. Session is updated with the new account context.
Empty response body on success; session cookies are updated.
Account created successfully. Session is updated with the new account context.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNumeric ID of the account to switch to.
1000001Session switched to the specified account. Session cookies are updated.
Empty response body on success; session cookies are updated.
Session switched to the specified account. Session cookies are updated.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNew display name for the user. Max 24 characters. Allowed: alphanumeric, spaces, hyphens.
Alice SmithNew organisation name (required for ADMIN users). Max 24 characters. Allowed: alphanumeric, spaces, dots, ampersand, hyphens.
Acme CorpUsername (and organisation for admins) updated successfully.
Empty response body on success.
Username (and organisation for admins) updated successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsEmail address of the pending invitation to remove.
[email protected]Invitation removed successfully.
Empty response body on success.
Invitation removed successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsEmail of the user whose password should be reset.
[email protected]Password reset token generated.
One-time password reset token to be sent to the user.
eyJhbGciOiJIUzI1NiJ9...Password reset token generated.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsUnique name for the role. Max 50 characters. Alphanumeric, hyphens, and underscores only.
security-analystBase role from which this custom role inherits. One of: ADMIN, MEMBER, GUEST.
MEMBERList of API collection IDs this role has access to.
[1001,1002]Whether this role is the default role assigned to new invites.
falseList of feature keys enabled for users in this role.
["TESTING","INVENTORY"]Custom role created successfully.
Empty response body on success.
Custom role created successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsName of the existing custom role to update.
security-analystUpdated base role. One of: ADMIN, MEMBER, GUEST.
MEMBERUpdated list of API collection IDs this role has access to.
[1001,1003]Whether this role should become the default role for new invites.
trueUpdated list of feature keys enabled for users in this role.
["TESTING"]Custom role updated successfully.
Empty response body on success.
Custom role updated successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsName of the custom role to delete.
security-analystCustom role deleted successfully.
Empty response body on success.
Custom role deleted successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsEmail address of the user whose role is to be updated.
[email protected]New role to assign to the user. Value is uppercased before processing.
ADMINUser role updated and cache cleared.
Empty response body on success.
User role updated and cache cleared.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsScope-role mapping updated and user cache cleared.
Empty response body on success.
Scope-role mapping updated and user cache cleared.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required. Configuration is read from AccountSettings (privateCidrList, partnerIpList).
Background access-type calculation job started.
Empty response body; processing happens asynchronously.
Background access-type calculation job started.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Background reset job started.
Background reset job started.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsType of API token to create. One of: BURP, CICD, EXTERNAL_API.
EXTERNAL_APIAPI token created. Returns the newly created token in a list.
API token created. Returns the newly created token in a list.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsID of the API token to delete.
42Returns whether the token was successfully deleted.
True if the token was found and deleted, false otherwise.
trueReturns whether the token was successfully deleted.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsSubscription saved successfully.
Subscription saved successfully.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsStigg customer ID for the organisation.
cust_01hx...Identifier of the billing plan to subscribe to.
plan_enterprise_monthlyBilling period for the subscription. One of: monthly, annual.
monthlyURL to redirect to after successful checkout.
https://app.akto.io/dashboard?checkout=successURL to redirect to if the user cancels checkout.
https://app.akto.io/dashboard?checkout=cancelledCheckout session created. Returns the result from the billing service.
Checkout session created. Returns the result from the billing service.
application/jsonYOUR_API_KEY from Settings > Integrations > Akto APIsNo request body required.
Background usage refresh job enqueued.
Empty response body; processing happens asynchronously.
Background usage refresh job enqueued.
Last updated