GET
/
v1
/
billing-cycles
Get the monthly billing cycle dates
curl --request GET \
  --url https://api.projectdiscovery.io/v1/billing-cycles \
  --header 'X-API-Key: <api-key>'
{
  "cycles": [
    {
      "id": 123,
      "start_date": "2023-11-07T05:31:56Z",
      "end_date": "2023-11-07T05:31:56Z",
      "unique_asset_count": 123
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

200
application/json

Example response

The response is of type object.