Generates a one-time token (OTT) - a Single Sign-On (SSO) mechanism that lets an external system (e.g. a Client Office or other third-party tool) log a user into the platform without re-entering their trading credentials. The flow is one-way only: from the external system to the platform, never the reverse.
The token is single-use and short-lived, suited for flows like deep links, support tools, and automated onboarding - anywhere a broker's backend needs to hand off an already-authenticated user to the platform.
Security Requirements
Access to this endpoint is protected on two levels:
Your API key must have this endpoint's permission enabled (API ACCESS → Create One Time Token for Login). It is disabled by default.
The IP address from which the request is made must be whitelisted by our Support team. Requests from a non-whitelisted IP are rejected even with a valid, correctly-permissioned API key - contact Support to have your integration's IP(s) added.
Using the Token on the Platform
Once generated, the token is redeemed by opening the platform with an auth query parameter set to the token value: {platformURL}/?auth={oneTimeToken}
Example: https://demo.match-trade.com/?auth=0930fa2c-b12a-4a1e-8e50-45dcc8ce7ada