Register a User
Register a new user in Autoshares Trader
Introduction
Get Required FieldsBody Syntax
{
"Credentials": {
"Login": "roberttorro",
"Email": "[email protected]",
"Password": "123456789Ab"
},
"Name": {
"FirstName": "Robert",
"LastName": "Torro",
"MiddleName": "J.",
"Suffix": "NoSuffix"
}
}Response
Common Mistakes
Failing to Specify the Et-App-Key Parameter
Failure to Specify All Of the Required Parameters
Last updated