This guide will walk you through the essential steps to get started with our API, from obtaining your API key to making your first request.
Obtain Your API Keys
Add Whitelisted Domains
https://yourwebsite.com
or http://localhost:<port>
for local development).
*.yourwebsite.com
if you need broader access.Make Your First API Request
x-api-key
header to authenticate your requests.YOUR_API_KEY
with your actual API key to authenticate the request. If everything is set up correctly, you’ll receive a JSON response like the following: