API Key
We support API key-based authentication, recommended if you build applications to integrate with our platform.
Last updated
Was this helpful?
We support API key-based authentication, recommended if you build applications to integrate with our platform.
Last updated
Was this helpful?
A secret API key is for the server side and should not be shared with the front end.
Example Key: sec_23hcfb8374bfhc833i4uhx
Your website uses a public API key to call the API. These keys are limited to your domain and are safe to share publicly.
Example Key: pub_3ficuhb34u8fnxu34h9fm
All requests to our APIs must include an ApiKey header for authentication.
Include your API key in the request headers as shown below:
We also support , and you can read more about this authentication mechanism here.