For more information on using API

GET http://webapi.mymarketing.co.il/api/external/unmapped?CustomerStates={CustomerStates}&FromDate={FromDate}&ToDate={ToDate}&Page={Page}&Limit={Limit}

Get the list of unmapped contacts. You can get the list filtered by customer status (active, unsubscribed, bounced. etc.,) by the registration date (from/to date, the default is three months back) and limited to a number of contacts (the default is 100 contacts each time)

Request Information

URI Parameters

Name

Description

Type

Additional information

customer_states

Choose the states (status) of the contact you want to get

from_date

The first date the contacts you want were created

date
to_date

The last date the contacts you want were created.(Default values is 3 last months)

date
page

Get a specific page (number of pages is limited)

integer

Range: inclusive between 1 and 2147483647

limit

Limit the number of items you get in the results.

integer

Range: inclusive between 1 and 100

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage

Name

Description

Type

Additional information

Version

Content

StatusCode

ReasonPhrase

string
Headers

Collection of Object
RequestMessage

IsSuccessStatusCode

boolean