Otark API
Authentication
How to authenticate with the Otark Customer API using API keys
To interact with the Otark API, you must authenticate using an API key. This key is required for all API requests to ensure secure and authorized access.
Obtaining an API Key
- Sign up or log in to your Otark account.
- Navigate to the API section in your account settings.
- Generate a new API key.
- Store this key securely; it will be used for all your API requests.
Using the API Key
The API key must be included in the header of every request. Here’s how to set it up:
curl -X GET "https://api.otark.com/v1/assets" \
-H "X-Api-Key: YOUR_API_KEY"