Skip to main content
GET
/
scanners
/
quota
Get Scanner Quota
curl --request GET \
  --url https://oathnet.org/api/scanners/quota \
  --header 'x-api-key: <api-key>'
{
  "max_scanners": 123,
  "current_count": 123,
  "remaining": 123,
  "can_create": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt

Use this file to discover all available pages before exploring further.

Returns the current scanner quota and remaining capacity for the authenticated account.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Response

200 - application/json

Raw quota payload

max_scanners
integer
current_count
integer
remaining
integer
can_create
boolean