Quick Start
Learn in one step how to use the API on a basic level
Last updated
Learn in one step how to use the API on a basic level
Last updated
Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
The API generally works via curl requests. Most endpoints need the POST method to work. Later youll get a detailed report.