Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Deel for global payroll, HR management, and contractor payments.| Property | Value |
|---|---|
| Provider ID | deel |
| Category | HR |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Deel OAuth App
Go to the Deel Developer Center
Navigate to Deel Developer Center and sign in.
Configure the application
Enter the application name and description. Add the Alter callback URL (from the Developer Portal) to the Redirect URI field.
Select scopes
Select the scopes your application needs. See Available Scopes below.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Deel Client ID
- Client Secret: Paste your Deel Client Secret
Available Scopes
Contracts
| Scope | Description |
|---|---|
contracts:read | Read access to contracts |
contracts:write | Write access to contracts |
People
| Scope | Description |
|---|---|
people:read | Read access to people (employees and contractors) |
people:write | Write access to people |
Payments and Invoices
| Scope | Description |
|---|---|
payments:read | Read access to payment information |
invoices:read | Read access to invoices |
invoices:write | Write access to invoices |
Organizations
| Scope | Description |
|---|---|
organizations:read | Read access to organization information |
Notes
- For read-only HR integrations,
contracts:read,people:read, andorganizations:readprovide sufficient access. - See the Deel API documentation for more details on authentication and available endpoints.