Sign in

List contracts

documented

Retrieve a paginated list of Deel contracts.

GET /rest/v2/contractsContractsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.letsdeel.com/rest/v2/contracts?page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{DEEL_API_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List contracts · Deel · OpenIntegrations