Access people and contracts data via the Deel API

domain: deel · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Generate a Deel API token from Settings > Integrations > API Tokens in the Deel dashboard; tokens are long-lived bearer tokens — treat them as secrets.
  2. Set the base URL to https://api.letsdeel.com/rest/v2/ and include the header 'Authorization: Bearer {your_token}' and 'Content-Type: application/json' on all requests.
  3. List all workers (contractors and employees) with GET /workers; use query params 'contract_type', 'status', and pagination params 'limit' and 'offset' to filter large datasets.
  4. Retrieve a specific contract by GETting /contracts/{contract_id}; the response includes contract type, compensation, start date, and current status.
  5. To create a contract, POST to /contracts with the appropriate payload depending on contract type — fixed, pay-as-you-go, milestone, or EOR employee — each type has a different required schema documented in the Deel developer portal.
  6. Access invoice and payment history per contract with GET /contracts/{contract_id}/invoices; filter by 'status' to isolate paid, pending, or rejected invoices.

Known gotchas

Related routes

Retrieve EOR payslip data for a specific worker via the Deel API
developer.deel.com · 6 steps · unrated
Create and manage a contractor contract via the Deel API
developer.deel.com · 5 steps · unrated
Set up and consume Deel API webhooks for EOR worker lifecycle events (onboarding, payroll, termination)
developer.deel.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans