API Version: 1.9
The Reports API allows you to trigger and download reports in your NetworkCalc account.
{domain_id}
(Optional) The unique ID of the domain.
Example: https://networkcalc.com/api/reports/domain-reports/123
200
OK
- Success.
401
INVALID_REQUEST
- The authorization header is missing.
401
INVALID_GRANT
- The given access token is expired or invalid.
400
NOT_GENERATED
- The report was not generated due to some error.
{subdomain_id}
(Optional) The unique ID of the subdomain.
Example: https://networkcalc.com/api/reports/subdomain-reports/456
200
OK
- Success.
401
INVALID_REQUEST
- The authorization header is missing.
401
INVALID_GRANT
- The given access token is expired or invalid.
400
NOT_GENERATED
- The report was not generated due to some error.