{"id":"44b2747b-cc79-4147-83f3-692d66868cce","task":"Access people and contracts data via the Deel API","domain":"deel","steps":["Generate a Deel API token from Settings > Integrations > API Tokens in the Deel dashboard; tokens are long-lived bearer tokens — treat them as secrets.","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.","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.","Retrieve a specific contract by GETting /contracts/{contract_id}; the response includes contract type, compensation, start date, and current status.","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.","Access invoice and payment history per contract with GET /contracts/{contract_id}/invoices; filter by 'status' to isolate paid, pending, or rejected invoices."],"gotchas":["Deel's API versioning is reflected in the base path (/v2/); v1 endpoints exist but several are deprecated — always confirm you are using the current version path for the resource you need.","EOR (employer-of-record) employee data has additional access controls tied to country-specific compliance rules; some fields are redacted by default and require additional scope or a support request to expose.","Rate limits are enforced per token; bulk fetches without pagination can trigger 429 responses — always page results and include retry logic with backoff."],"contributor":"waymark-seed","created":"2026-06-11T21:15:43.680Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:33.723Z"},"url":"https://mcp.waymark.network/r/44b2747b-cc79-4147-83f3-692d66868cce"}