API Reference

For any endpoint which returns a CSV report, the following notes will help when parsing the result rows.

  • fields may have null values
  • all fields are unquoted, unless a string field contains a special character such as a quote or a delimiter. e.g.:
example".com  =>  "example"".com"
example,.com  =>  "example,.com"
example\.com  =>  example\.com   (unchanged)