Fetch Data

API
Description

POST /api/fetchSlackWebhooks

Fetch the configured Slack webhooks that can be used for sending notifications.

POST /api/fetchAuthMechanismData

Retrieve authentication mechanism details (e.g., headers, tokens) configured for testing APIs.

POST /api/fetchTestingRunResults

Fetch the results of executed test runs, including issues found and their severity.

POST /api/fetchActiveTestRunsStatus

Retrieve the current status of active or in-progress test runs.

POST /api/fetchTestRoles

Fetch test roles and their associated permissions or configurations for API testing.

POST /api/fetchMiniTestingServiceNames

Get the names of mini-testing services available for distributed/parallel test execution.

POST /api/retrieveAllCollectionTests

Retrieve all available tests mapped to each API collection.

/api/fetchSlackWebhooks

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
objectOptional
Responses
200

description

application/json
post
/api/fetchSlackWebhooks
200

description

/api/fetchAuthMechanismData

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
objectOptional
Responses
200

description

application/json
post
/api/fetchAuthMechanismData
200

description

/api/fetchTestingRunResults

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
queryModestringRequiredExample: VULNERABLE
sortKeystringRequiredExample: severity
sortOrderinteger · int32RequiredExample: -1
limitinteger · int32RequiredExample: 150
testingRunResultSummaryHexIdstringRequiredExample: 68b841d282b95e966633967e
skipinteger · int32RequiredExample: 0
queryValuestringRequired
Responses
200

description

application/json
post
/api/fetchTestingRunResults
200

description

/api/fetchActiveTestRunsStatus

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
objectOptional
Responses
200

description

application/json
post
/api/fetchActiveTestRunsStatus
200

description

/api/fetchTestRoles

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
objectOptional
Responses
200

description

application/json
Responseobject

AKTO_ERROR while building schema

post
/api/fetchTestRoles
200

description

/api/fetchMiniTestingServiceNames

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
objectOptional
Responses
200

description

application/json
post
/api/fetchMiniTestingServiceNames
200

description

/api/retrieveAllCollectionTests

post
Header parameters
x-api-keystringRequired

You can get this from Settings > Integrations > Akto APls > Generate token

Example: API_KEY
Body
searchStringstringRequired
sortKeystringRequiredExample: scheduleTimestamp
sortOrderinteger · int32RequiredExample: -1
limitinteger · int32RequiredExample: 50
skipinteger · int32RequiredExample: 0
endTimestampinteger · int32RequiredExample: 1788528065
testingRunTypestringRequiredExample: ONE_TIME
startTimestampinteger · int32RequiredExample: 0
Responses
200

description

application/json
post
/api/retrieveAllCollectionTests
200

description

Last updated

Was this helpful?