Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Method: /Partners/GetAccounts

Endpoint

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

Method

HttpGet

Authentication

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

Permissions

Request

parameter Description Type Required
token partner access token string True

Response

Returns a valid JSON type.

Name Type Description
Accounts {
    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 List`1
    id String
    token String
    response_time DateTime
    state_id ResultState
}
List of accounts
token String
response_time DateTime
state_id ResultState