Delete ProfileDELETE
Delete a client profile by ID. Use this when the client profile should no longer be available through the Accounts & Funding API.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Path Parameters
idRequiredstringA successful response.
Create Profile
Create a new client profile. Create one profile per client. A client profile can hold multiple trading accounts. Required: email (valid and unique) and password (min 8 characters). The password is write-only — it is stored hashed and never returned in the response.
Get Profile
Return the client profile properties, including profile identity details such as name and email, and the trading accounts linked to the profile.