GuidesAPI ReferenceChangelog
Guides

API sandbox is an environment you can use to mimic the characteristics of the production environment and create simulated responses from Deel API.

🚧

User Management

It is not possible to invite additional users to your Sandbox account. We recommend sharing the sandbox login with your team incase you need more than one person to access Sandbox.

📘

Emails

Sandbox environment does not send emails.

Create a sandbox

Follow these steps to create a sandbox:

  1. Navigate to App Store > Developer Center.
  2. Click on the Create Sandbox button.
  3. Choose an email and password for your sandbox account. You will need these credentials to log in to the sandbox.
  4. Click confirm.

Access the sandbox

After creating a sandbox account, you can access it on demo.letsdeel.com. Follow these steps to access the sandbox:

  1. Navigate to App Store > Developer Center.
  2. Click on the Go to Sandbox button. You will be redirected to demo.letsdeel.com
  3. Log in with the email and password you chose to create the sandbox.

Sandbox API

Sandbox API works just like the production API. You can generate an API token from the Developer Center in the Sandbox. The host URL for sandbox API isapi-sandbox.demo.deel.com.

An example API call will look like this:

curl --location --request GET 'https://api-sandbox.demo.deel.com/rest/v2/contracts' \
--header 'Authorization: Bearer {token}'

What’s Next