This is a catch-all provider — any valid URL under
https://api.letsdeel.com is supported. Deel REST API v2. Base https://api.letsdeel.com, paths under /rest/v2. Reads: /rest/v2/people (workforce directory), /rest/v2/people/{id} (one), /rest/v2/contracts, /rest/v2/invoices (defaults to paid; pass status=all for all), /rest/v2/legal-entities. GET /rest/v2/organizations returns the connected organization (an identity probe; resolves the org from the token). Pagination is offset and limit; responses carry data[] plus a page object { offset, total_rows, items_per_page }. Auth is brokered by Pipedream, do not send an Authorization header. This provider is read-only: only GET requests are supported. The endpoints below are curated examples.Endpoints
List people (the workforce directory). Paginate with offset and limit.
GEThttps://api.letsdeel.com/rest/v2/people?limit=50&offset=0 — Free
- SDK
- cURL
Retrieve a single person by id.
GEThttps://api.letsdeel.com/rest/v2/people/{id} — Free
- SDK
- cURL
List contracts.
GEThttps://api.letsdeel.com/rest/v2/contracts — Free
- SDK
- cURL
List invoices (defaults to paid; pass status=all for every status).
GEThttps://api.letsdeel.com/rest/v2/invoices?status=all — Free
- SDK
- cURL
Get the connected organization (id and name). Use as an identity probe after connect.
GEThttps://api.letsdeel.com/rest/v2/organizations — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests