![]() |
VOOZH | about |
The CData ODBC Driver for Deel enables access to live data from Deel under the ODBC standard, allowing you work with Deel data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Deel data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Deel data in Dundas BI.
To authenticate to Deel, you can use API Key (Bearer Token) authentication.
You can authenticate using a Deel API Key. Create an API key in your Deel account settings under Settings > API or Developer Settings. Make sure to grant appropriate permissions based on the data you need to access (e.g., read access for invoices, timesheets, contracts, workers, etc.).
After creating your API Key, set the following connection properties:
Profile=C:\profiles\Deel.apip;AuthScheme=APIKey;ProfileSettings='APIKey=your_deel_api_key';
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with Deel data.
Connect to live data from Deel with the API Driver
Connect to Deel