Get started with OTPIQ API
Follow these simple steps to start using OTPIQ’s API and integrate it into your application.Step 1: Get your API key
Access your dashboard
Access your dashboard
- Go to the OTPIQ Dashboard
- Sign in to your account or create a new one
- Navigate to your project settings
Generate API key
Generate API key
- In your project settings, find the “API Keys” section
- Click “Generate New Key”
- Copy your API key and keep it secure
Important: Store your API key securely and never expose it in
client-side code or public repositories.
Step 2: Explore the API reference
Read the documentation
Read the documentation
Now that you have your API key, head over to our API
Reference to: - Learn about available endpoints
- See interactive examples - Understand authentication requirements - Explore request/response formats
Step 3: Make your first API call
Test the API
Test the API
- Use the examples in our API reference 2. Include your API key in the Authorization header 3. Start with simple endpoints to test your integration
All API requests require your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Next steps
Now that you have your API key and understand the basics, explore these resources:API Reference
Complete API documentation with all available endpoints and examples.
Endpoint Examples
See practical examples for common API operations.
Dashboard
Monitor your API usage and manage your account.
Need help? Contact our support team at
info@otpiq.com or join our GitHub
community.