Wayflyer Tracked Login API

The Tracked Login API from Wayflyer — 1 operation(s) for tracked login.

Operations 1

POST /company/tracked-login/ Create a tracked login token #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/wayflyer-tracked-login-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

wayflyer-tracked-login-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Embedded Finance Auth Tracked Login API
  version: '1'
  description: ''
servers:
- url: https://api.wayflyer.com/financing/
  description: Production
tags:
- name: Tracked Login
paths:
  /company/tracked-login/:
    post:
      operationId: wf_embedded_finance_service_apps_web_core_views_tracked_login_create_tracked_login_token_view
      summary: Create a tracked login token
      parameters:
      - $ref: '#/components/parameters/ApiVersion'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TrackedLoginTokenResponse'
      description: 'Generate a URL to redirect the user to log in to their Wayflyer account.


        Use this endpoint when you want to hand over a user with an existing Wayflyer account to Wayflyer.'
      tags:
      - Tracked Login
      security:
      - CompanyToken: []
components:
  schemas:
    TrackedLoginTokenResponse:
      properties:
        url:
          title: Url
          type: string
      required:
      - url
      title: TrackedLoginTokenResponse
      type: object
  parameters:
    ApiVersion:
      in: header
      name: API-Version
      schema:
        title: API-Version
        type: string
        enum:
        - '1'
      required: false
  securitySchemes:
    CompanyToken:
      type: http
      scheme: bearer
    PartnerToken:
      type: http
      scheme: bearer