Euler Finance · Example Payload

Startplatformauthlogin

Redirects the browser to Google OAuth/OIDC and sets a signed OAuth state cookie.

Auth

Startplatformauthlogin is an example object payload from Euler Finance, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsresponses

Example Payload

Raw ↑
{
  "operationId": "startPlatformAuthLogin",
  "method": "GET",
  "path": "/v3/auth/login",
  "summary": "Start platform-operator Google SSO",
  "description": "Redirects the browser to Google OAuth/OIDC and sets a signed OAuth state cookie.",
  "tags": [
    "Auth"
  ],
  "responses": {}
}