1. Home
  2. Docs
  3. API Documentation
  4. Scans – Get
  5. GetAllScans

GetAllScans

Route: https://api.cytrix.io/GetAllScans

This feature will allow you to fetch and view all of the Tokens of the scans in your server.

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": "GetAllScans",
    "Data": [
        "String",
        "String",
        "String",
        "String",
        "String",
        "String",
        "String",
        "String"
    ]
}

Errors and their Possible Causes

For more information, please refer to the General Errors section.