Get Komoot login endpoint
GET
/api/v1/integration/komoot/login
const url = 'https://example.com/api/v1/integration/komoot/login';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/integration/komoot/loginProxies to backend to get Komoot login configuration
Responses
Section titled “ Responses ”Komoot login endpoint
Media type application/json
object
Example generated
{}Internal Server Error