Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel7

Glossary

Here is the glossary of all terms that are used within this document.

...

Term

...

Abbreviation

...

Definition

API Endpoints

...

Name

Value(s)

Description

Required

Default

api_token

APIKEY

API key for authentication, available on the API Keys & Calls page.(https://account.fmtc.co/cp/api_keys)

Yes

N/A, must always be provided

format

String

XML, JSON, CSV, TAB, or PIPE

Choose the feed format you would like returned.

No

JSON

incremental

Number

The amount of time from the previous call and to include only items that have changed since this time.

For Example, setting this value to 60 will send back all changes in the past 60 minutes from the time of this call.

No

0

premium

0,1

Select premium merchants

No

0

merchantids

Number(s)

Return only deals from a the particular merchant(s). If you do not specify a merchantids value deals , you will be returned from all of your selected merchants.

No

null

programid

Number

Return only merchants from a particular network. Referer Refer to the Network List for valid network slug values.

No

null

networkid

Number

Return only deals merchants from a particular network.

No

null

country

String.

Two-Letter Country Code

Return only merchants with a particular Primary Country.

null

sincedate

Date (YYYY-MM-DD)

Only return items added or modified since this date. The time pasted will be treated as US Pacific Time.

No

null

all

0, 1

Return all merchants rather than selected merchants

No

0

page_size

Number

0 - 1000

Size of each page for the results of this call.

No

100

...