Skip to main content

Easily Integrate
Deel's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Deel's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Deel } from 'deel-typescript-sdk';
const deel = new Deel({
/*
* ## Authentication
*
* Deel API uses API tokens to authenticate requests. A bearer token is required to authenticate all API requests.
*
* All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
*
* ```
* curl -X GET 'api.letsdeel.com/rest/v2/contracts' \
* -H 'Authorization: Bearer YOUR-TOKEN-HERE'
* ```
*
* ### Generating Access Tokens
* 1. Navigate to **Apps & Perks > Developer Center**.
* 2. Click on the “Generate New Token” button.
* 3. In the popup, click “Generate Token” button to generate a new token. Your newly generated token is visible on the screen.
* 4. Make sure to copy and save your token once is generated. You won't be able to see it again!
*
* ![image](developers.png)
*
*/
deelToken: "DEEL_TOKEN",
// Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
clientId: "CLIENT_ID",
clientSecret: "CLIENT_SECRET",
redirectUri: "REDIRECT_URI"
})

Then, send your first request

We made it really easy.

index.ts

// Retrieve invoices
const getPaidInvoicesResponse = deel.accounting.getPaidInvoices({
limit: 10
})

Enjoy a buttery smooth developer experience with 153 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Deel

About Deel

Deel is the all-in-one Global People Platform that simplifies and streamlines every aspect of managing an international workforce—from culture and onboarding, to local payroll and compliance. Our industry-leading suite of HR tools, payroll solutions, mobility services, and compliance expertise makes it possible for companies of all sizes to scale globally with unmatched speed and flexibility. Today, Deel serves over 25,000+ companies worldwide—from small teams to publicly traded enterprise businesses.

Keywords

hr
payroll
compliance
global_payments
multinational
talent_acquisition_analytics
payment_services
independent_contractors
remote_hiring
remote_work
hris

Start integrating Deel's API with Konfig