Partner registers a new eToro user
Rate limit: 60 requests per 60 seconds. This is the default shared quota — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.
Registers a user on behalf of the partner. No password is supplied; eToro generates one. The synchronous response includes a user-scoped token bundle (access token, plus an ID token for the registration flow) issued by sts-idp with claims scoped by the SSO client_id resolved from X-ClientId, so the partner can chain the rest of the flow without an interactive login.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
Body
Request body for partner user registration.
ISO 3166 country code (2-3 characters).
2 - 3"GB"
Regulation documents the user consented to.
Desired username for the new account (4-20 characters).
4 - 20"partneruser01"
Email address for the new account (max 255 characters).
255"user@example.com"
BCP 47 locale code for the preferred language. Optional.
"en-gb"
Optional sub-national region ISO code (e.g. US-TX for Texas).
"US-TX"
Partner-supplied correlation identifier (max 100 characters).
100"partner-ref-001"