Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Method: /Partners/CreateAccount

Endpoint

https://api.cashcow.co.il/Api/Partners/CreateAccount

Method

HttpPost

Authentication

this method require a valid account access token. (parameter: token)

Permissions

Request

parameter Description Type Required
email Account notifications email string True
username_email Account login username email string True
password Account login 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 creation is finished. string False
token partner access token string True

Response

Returns a valid JSON type.

Name Type Description
success Boolean
account_token String
date_created DateTime
price_plan_id Int32
current_store_id Int32
first_name String
last_name String
email String
company_name String
store_urls {
    Chars Char
    Length Int32
}
id String
token String
response_time DateTime
state_id ResultState