cURL
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 } ] }
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?