|
1 | 1 | <!DOCTYPE html> |
2 | | -<html> |
| 2 | +<html lang="en"> |
3 | 3 | <head> |
4 | | - <title id="docTitle">Conduktor Documentation</title> |
5 | | - <!-- needed for adaptive design --> |
6 | 4 | <meta charset="utf-8" /> |
7 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | + <title id="docTitle">Conduktor API Documentation — Console & Gateway</title> |
| 7 | + <meta name="description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions."> |
| 8 | + <meta name="author" content="Conduktor"> |
| 9 | + <meta name="robots" content="index, follow"> |
| 10 | + <meta name="theme-color" content="#072024"> |
| 11 | + <link rel="canonical" href="https://developers.conduktor.io/"> |
| 12 | + |
| 13 | + <!-- Performance hints --> |
| 14 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 15 | + <link rel="dns-prefetch" href="https://fonts.gstatic.com"> |
| 16 | + <link rel="preconnect" href="https://cdn.redoc.ly"> |
| 17 | + <link rel="dns-prefetch" href="https://cdn.redoc.ly"> |
| 18 | + <link rel="preconnect" href="https://www.googletagmanager.com"> |
| 19 | + <link rel="dns-prefetch" href="https://www.google-analytics.com"> |
| 20 | + <link rel="preload" href="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js" as="script"> |
| 21 | + |
| 22 | + <!-- Open Graph --> |
| 23 | + <meta property="og:type" content="website"> |
| 24 | + <meta property="og:locale" content="en_US"> |
| 25 | + <meta property="og:title" content="Conduktor API Documentation — Console & Gateway"> |
| 26 | + <meta property="og:description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions."> |
| 27 | + <meta property="og:url" content="https://developers.conduktor.io/"> |
| 28 | + <meta property="og:image" content="https://developers.conduktor.io/og-image.png"> |
| 29 | + <meta property="og:image:width" content="1200"> |
| 30 | + <meta property="og:image:height" content="630"> |
| 31 | + <meta property="og:image:alt" content="Conduktor API Documentation — Console & Gateway REST API reference"> |
| 32 | + <meta property="og:site_name" content="Conduktor"> |
| 33 | + |
| 34 | + <!-- Twitter Card --> |
| 35 | + <meta name="twitter:card" content="summary_large_image"> |
| 36 | + <meta name="twitter:site" content="@getconduktor"> |
| 37 | + <meta name="twitter:creator" content="@getconduktor"> |
| 38 | + <meta name="twitter:title" content="Conduktor API Documentation — Console & Gateway"> |
| 39 | + <meta name="twitter:description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions."> |
| 40 | + <meta name="twitter:image" content="https://developers.conduktor.io/og-image.png"> |
| 41 | + <meta name="twitter:image:alt" content="Conduktor API Documentation — Console & Gateway REST API reference"> |
| 42 | + |
| 43 | + <!-- Schema.org --> |
| 44 | + <script type="application/ld+json"> |
| 45 | + [ |
| 46 | + { |
| 47 | + "@context": "https://schema.org", |
| 48 | + "@type": "WebSite", |
| 49 | + "name": "Conduktor API Documentation", |
| 50 | + "url": "https://developers.conduktor.io" |
| 51 | + }, |
| 52 | + { |
| 53 | + "@context": "https://schema.org", |
| 54 | + "@type": "WebApplication", |
| 55 | + "name": "Conduktor API Documentation", |
| 56 | + "url": "https://developers.conduktor.io", |
| 57 | + "description": "Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions.", |
| 58 | + "applicationCategory": "DeveloperApplication", |
| 59 | + "operatingSystem": "Web", |
| 60 | + "offers": { |
| 61 | + "@type": "Offer", |
| 62 | + "price": "0", |
| 63 | + "priceCurrency": "USD" |
| 64 | + }, |
| 65 | + "featureList": "Console API reference, Gateway API reference v1 and v2, Multi-version browsing", |
| 66 | + "publisher": { |
| 67 | + "@type": "Organization", |
| 68 | + "name": "Conduktor", |
| 69 | + "url": "https://www.conduktor.io" |
| 70 | + } |
| 71 | + } |
| 72 | + ] |
| 73 | + </script> |
| 74 | + |
8 | 75 | <link data-rh="true" rel="icon" href="./img/favicon.ico"> |
| 76 | + <link rel="icon" type="image/png" href="/favicon.png"> |
| 77 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"> |
9 | 78 | <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet" /> |
10 | 79 |
|
| 80 | + <!-- Google Analytics --> |
| 81 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-F508MVXD3Z"></script> |
| 82 | + <script> |
| 83 | + window.dataLayer = window.dataLayer || []; |
| 84 | + function gtag(){dataLayer.push(arguments);} |
| 85 | + gtag('js', new Date()); |
| 86 | + gtag('config', 'G-F508MVXD3Z'); |
| 87 | + </script> |
| 88 | + |
11 | 89 | <!-- Vercel Analytics --> |
12 | 90 | <script> |
13 | 91 | window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); }; |
|
0 commit comments