...
deal-types
Description: Use this service call to get information about deal type supported by FMTC.
Example Request: https://s3.fmtc.co/api/v3/deal-types?keyapi_token=APIKEY
For a full list of deal types, see Deal Types List
...
Name | Value(s) | Description | Required | Default |
---|---|---|---|---|
keyapi_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 |
slug | String | Filter by deal type to only return the passed in deal type | No | N/A, by default will return all deal types |
...