Account
Generate a trader API key for third-party access
Creates a new API key for the authenticated trader, for use with partner
integrations (e.g. Tradesyncer) via POST /trade/partner/session. The key
stays retrievable via GET /trade/partner/keys, so the trader can come
back and copy it again. Requires a normal Hyperprop session — partner
sessions cannot mint keys.
POST
Generate a trader API key for third-party access
Body
application/json
Display label, e.g. "tradesyncer". Shown in key listings only.
Response
Key created
The API key. Also retrievable later via GET /trade/partner/keys,
so the trader can re-copy it from the website at any time.
Key row id (use for revocation).
First 12 characters of the key, safe to display for identification.
Related topics
AuthenticationPartner integrationsIntroductionGenerate a new temporary password for a team memberRevoke one of the trader's API keys