Authentication
Before integrating with the API, you need to follow the steps below to ensure the security of your API calls.
Account setup
First, create an Vmake (opens in a new tab) account or sign in (opens in a new tab). Next, navigate to the API key page (opens in a new tab) and create new API key.
💡
Keep your API key secret. If you believe your API key has been compromised, you can delete it and create a new one.
Make a request with API key
When making a request, add the API key to the request header named X-Api-Key
as code snippets below.
curl -X POST -H "X-Api-Key: YOUR_API_KEY" -d "data" VMAKE_API_URL