Method: /Partners/CreateAccount
Endpoint
Method
HttpPost
Authentication
this method require a valid account access token. (parameter: token)
Permissions
Request
parameter
|
Description
|
Default
|
Required
|
email |
Account login email address |
string |
True |
username_email |
Account username email address |
string |
True |
password |
Account password |
string |
False |
first_name |
Account first name |
string |
False |
last_name |
Account last name |
string |
False |
facebook_id |
Facebook profie ID |
long |
False |
company_name |
Account company name |
string |
False |
price_plan_id |
Price plan ID. default advanced plan. |
int |
False |
callback_url |
Callabk URL when finished create. |
string |
False |
notifications_url |
WEBHOOKS URL to get account notifications. |
string |
False |
AccountExtAppRequest |
External Application details. |
AccountExtAppRequest |
False |
token |
partner access token |
string |
True |
Response
A valid JSON format object.