Skip to main content

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

  1. Go to the OTPIQ Dashboard
  2. Sign in to your account or create a new one
  3. Navigate to your project settings
  1. In your project settings, find the “API Keys” section
  2. Click “Generate New Key”
  3. 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

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

  1. 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:
Need help? Contact our support team at info@otpiq.com or join our GitHub community.
I