GET
/
v1
/
scans
/
token
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/token \
  --header 'X-API-Key: <api-key>'
{
  "scan_tokens": 123,
  "used_scan_token": 123,
  "remaining_scan_token": 123,
  "base_domain_count": 123,
  "remaining_domain_count": 123,
  "is_scannable": true,
  "start_date": "2023-11-07T05:31:56Z",
  "end_date": "2023-11-07T05:31:56Z",
  "expire_date": "2023-11-07T05:31:56Z",
  "subscription_type": "BASIC"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Response

200
application/json
Example response
scan_tokens
integer
required
used_scan_token
integer
required
remaining_scan_token
integer
required
base_domain_count
integer
required
remaining_domain_count
integer
required
is_scannable
boolean
required
start_date
string
required
end_date
string
required
expire_date
string
required
subscription_type
enum<string>
required
Available options:
BASIC,
TRIAL,
CUSTOM,
PRO