List agreements
Authentication
Query parameters
Filter rentals by store-and-reuse status. Repeat the key to filter on multiple values. NOT_STARTED is not accepted (omit the filter to include agreements without store-and-reuse).
Filter rentals by store-and-reuse status. Repeat the key to filter on multiple values. NOT_STARTED is not accepted (omit the filter to include agreements without store-and-reuse).
Lists the rental agreements your organization holds with Deel, each with its current store-and-reuse state. Call this to find agreements whose device is free to hand to a different worker — an agreement in store_and_reuse.status = READY can be reassigned via POST /rest/it/agreements/{agreement_id}/reassign. Results are cursor-paginated.
Token scopes: it-agreements:read
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/