Home Javascript SDK Rest API/SSO Webhooks AppMarket Login

Method: /Stores/GetStoreMailbox

Endpoint

https://api.cashcow.co.il/Api/Stores/GetStoreMailbox

Method

HttpGet

Authentication

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

Permissions

Request

parameter Description Type Required
store_id Account Store Id (for Authentication) Int True
page page number. starts with 1. page size is 20. Int True
token account access token string True

Response

Returns a valid JSON type.

Name Type Description
items {
    from_name String
    from_email String
    date_created DateTime
    content String
    phone String
}
total Int32
page Int32
token String
response_time DateTime
state_id ResultState