Otark home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API Documentation
Authentication
Otark Platform
API Reference
API Documentation
Introduction to Otark API
Authentication
Pagination
Assets
GET
Get assets
Demands
GET
Get demands
On this page
Obtaining an API Key
Using the API Key
API Documentation
Authentication
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
To obtain your API key, follow these steps:
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.
Get your API Key
Using the API Key
The API key must be included in the header of every request. Here’s how to set it up:
Copy
curl
-X
GET
"https://api.otark.com/v1/resource"
\
-H
"X-Api-Key: YOUR_API_KEY"
Introduction to Otark API
Pagination
Assistant
Responses are generated using AI and may contain mistakes.