For a quick overview, check the API video guide.
The Float API allows you to access your data programmatically and integrate it with other platforms.
API key
The Account Owner can locate the API key in the Integrations tab within the Team settings.
API documentation
Detailed documentation for the Float API is available at Float API Documentation. This resource provides information on authentication, endpoints, request parameters, and response formats.
API Delete log
The Delete log lets teams track recently deleted items via the Float API, making it easier to keep external systems like BI tools and data warehouses in sync without running full data re-syncs.
β
It currently supports three entities:
Allocations (
/tasks)Time offs (
/timeoffs)Logged time (
/logged-time) - for Pro and Enterprise teams.
To get started, the Account Owner needs to enable the Delete log stream in Team settings > Integrations > Float API. Each entity can be enabled individually.
β
Once enabled, deleted item IDs and timestamps can be fetched from /v3/deleted/{entity}. These endpoints use cursor pagination, and deleted items are retained for 72 hours.
β
πNote: The log only captures deletions that occur after it's been enabled. It does not work retroactively.
API changelog
The API changelog captures all publicly visible updates to the Float API, including changes to endpoints, parameters, and behaviors. This is your source for tracking the most recent and upcoming adjustments.

