Getting Started with Demand APIs
Introduction
The FreeWheel Demand Application Programming Interface (API) is a service that allows third-party tools to programmatically access and interact with data in FreeWheel. This guide outlines requirements for integrating client software with FreeWheel APIs.
Use the FreeWheel Demand APIs to:
- Manage the pre-ingestion and assignment of creatives to deals
- Retrieve deal information
When designing plug-ins to the Freewheel APIs, utilize the cache and limit request frequency to 20 requests/second. Exceeding the throttling rate of twenty requests per second will result in failed calls.
The FreeWheel Demand APIs use JSON by default and are implemented using RESTful best practices.
Password Resets
Users with MRM and API access must reset their passwords every 180 days. Users with only API access must reset their passwords every 365 days. If a user's access level changes, their password expiration period updates to match their new access level.
Access Level | Expiration Policy |
---|---|
MRM and API access | Password reset required every 180 days in order to maintain MRM UI and API access. |
API access only | Password reset required every 365 days in order to maintain API access. |
Resetting A Password
- Go the User Setup page. MRM access is not required to use this page.
- Follow the Forgot Password workflow.
Note
If you can't receive emails or remember your account's password, contact your network administrator.
Updated 2 months ago