Model Context Protocol (MCP) finally gives AI models a way to access the business data needed to make them really useful at work. CData MCP Servers have the depth and performance to make sure AI has access to all of the answers.
Try them now for free →Integrate with live REST Data in Jitterbit
Use CData Connect Cloud to connect to and integrate live REST data in Jitterbit.
Jitterbit is an enterprise iPaaS (integration platform as a service) that lets you streamline your data workflows. When paired with CData Connect Cloud, Jitterbit gets access to live REST data. This article demonstrates how to connect to REST using Connect Cloud and integrate with live REST data in Jitterbit.
CData Connect Cloud provides a pure OData interface for REST, allowing you to query data from REST without replicating the data to a natively supported database. Using optimized data processing out of the box, CData Connect Cloud pushes all supported SQL operations (filters, JOINs, etc.) directly to REST, leveraging server-side processing to return the requested REST data quickly.
Configure REST Connectivity for Jitterbit
Connectivity to REST from Jitterbit is made possible through CData Connect Cloud. To work with REST data from Jitterbit, we start by creating and configuring a REST connection.
- Log into Connect Cloud, click Connections and click Add Connection
- Select "REST" from the Add Connection panel
-
Enter the necessary authentication properties to connect to REST.
See the Getting Started chapter in the data provider documentation to authenticate to your data source: The data provider models REST APIs as bidirectional database tables and XML/JSON files as read-only views (local files, files stored on popular cloud services, and FTP servers). The major authentication schemes are supported, including HTTP Basic, Digest, NTLM, OAuth, and FTP. See the Getting Started chapter in the data provider documentation for authentication guides.
After setting the URI and providing any authentication values, set Format to "XML" or "JSON" and set DataModel to more closely match the data representation to the structure of your data.
The DataModel property is the controlling property over how your data is represented into tables and toggles the following basic configurations.
- Document (default): Model a top-level, document view of your REST data. The data provider returns nested elements as aggregates of data.
- FlattenedDocuments: Implicitly join nested documents and their parents into a single table.
- Relational: Return individual, related tables from hierarchical data. The tables contain a primary key and a foreign key that links to the parent document.
See the Modeling REST Data chapter for more information on configuring the relational representation. You will also find the sample data used in the following examples. The data includes entries for people, the cars they own, and various maintenance services performed on those cars.
- Click Create & Test
-
Navigate to the Permissions tab in the Add REST Connection page and update the User-based permissions.


Add a Personal Access Token
If you are connecting from a service, application, platform, or framework that does not support OAuth authentication, you can create a Personal Access Token (PAT) to use for authentication. Best practices would dictate that you create a separate PAT for each service, to maintain granularity of access.
- Click on your username at the top right of the Connect Cloud app and click User Profile.
- On the User Profile page, scroll down to the Personal Access Tokens section and click Create PAT.
- Give your PAT a name and click Create.
- The personal access token is only visible at creation, so be sure to copy it and store it securely for future use.

Configure REST Endpoints for Jitterbit
After connecting to REST, create a workspace and virtual dataset for your desired table(s).
- Navigate to the Virtual Datasets page and click Add to create a new Workspace (or select an existing workspace).
- Click Add to add new assets to the Workspace.
- Select the REST connection (e.g. REST1) and click Next.
- Select the table(s) you wish to work with and click Confirm.
- Make note of the OData Service URL for your workspace, e.g. https://cloud.cdata.com/api/odata/{workspace_name}
Connect to REST from Jitterbit using Connect Cloud
To establish a connection from Jitterbit to CData Connect Cloud using the OData protocol, follow these steps.
- Log into Jitterbit.
- Create a project in Cloud Studio and provide a workspace environment for it.
- Click Connections and enter OData in the search bar.
- Select the OData connector.
- Enter the OData connection properties.
- Connection Name: enter a connection name.
- OData Metadata URL: enter https://cloud.cdata.com/api/odata/{workspace_name}.
- Authentication: select Basic Auth.
- User Name: enter your CData Connect Cloud username. This is displayed in the top-right corner of the CData Connect Cloud interface. For example, [email protected].
- Password: enter the PAT you generated on the Settings page.
- Click Test to test the connection, and then click Save Changes.
- Choose the operation you want to perform and drag it to the workflow in your project.
- Double-click the query operation to see all the tables and derived views available in your OData endpoint.
- Select a table and configure the query.

You can now transform and integrate live REST data in Jitterbit.
Get CData Connect Cloud
To get live data access to 100+ SaaS, Big Data, and NoSQL sources directly from Jitterbit, try CData Connect Cloud today!