Basic Key Based Authentication
We support API key-based authentication, which is recommended if you're building applications to integrate with AutoTek.
Last updated
We support API key-based authentication, which is recommended if you're building applications to integrate with AutoTek.
Last updated
A secret API key is for use on the server side and is not to be shared with the front end.
Example Key: sec_23hcfb8374bfhc833i4uhx
A public API key is for use on your website to call the API. These keys are limited to your domain and are safe to share publicly.
Example Key: pub_3ficuhb34u8fnxu34h9fm
When making requests to the APIs, include the key in your request.
We also support , you can read more about this authentication mechanism here.