Route: https://api.kayran.live/ScansWork
This function will show you all currently active scans. Only scans that their status are “In Progress” will be displayed.
Roles Required: Admin and User. Private Users can only fetch Scans they initiated.
Request Syntax
{
"apiKey": "string",
}
Request Parameters
Parameters being used in the Request
Parameter Name :
apiKey
Parameter Usage and Options :
Your Kayran given API Key.
How do I get it ? :
Located in the “Profile” section.
Note : by default, the “API Status” is enabled, unless, the Admin has disabled it in the “Server Settings” section.
Type :
String
Is it Optional ? :
No
Successful Response
{
"Error": 0,
"Function": "ScansInProgress",
"Data": {
"Count": 0,
"Tokens": []
}
}
Errors and their Possible Causes
For more information, please refer to the General Errors section.