Getting Started

Use this section to understand the prerequisites required to get started with Data Cloud API libraries and SDKs.

Explore the Data Cloud Online Help, if you're unfamiliar with the application.

Before you can use Data Cloud APIs, you must configure the application. The steps for setting up the application are included within *PDF Guide:*Data Cloud Implementation Overview Guide. If you’re using an existing instance, then confirm with your admin that your user profile has permissions to use Data Cloud APIs.

After you create your Data Cloud instance, you can control the scope of data ingestion and activation from within the instance.

Set up your data sources by creating an app connector in the Data Cloud app. Configure data streams to ingest data for data mapping and segments.

Set up a connected app to authenticate and request access to Data Cloud APIs. The connected app enables standard OAuth protocols for authentication and authorization. Follow the instructions in Create a Connected App, and configure the app as needed. In your connected app, make sure Enable OAuth Settings and necessary OAuth scopes are selected. The possible scopes are:

  • Perform ANSI SQL queries on Data Cloud data (cdp_query_api): The cdp_query_api scope allows ANSI SQL queries of Data Cloud data on behalf of the user.
  • Manage Data Cloud profile data (cdp_profile_api): The cdp_profile_api scope allows access to Data Cloud REST API data. Use this scope to manage profile records.
  • Perform requests at any time (refresh_token): This scope allows a refresh token to be returned when the requesting client is eligible to receive one. With a refresh token, the app can interact with the user’s data while the user is offline.
  • Manage user data via APIs (api): This scope allows access to the current, logged-in user’s account using APIs, such as REST API and Bulk API 2.0.

Your orgs must be provisioned with Data Cloud licenses and the users must be assigned to appropriate roles for having full access to objects in Data Cloud. Refer to User Roles and Permission Sets in Data Cloud before setting up the Connected App.

Send a request for acquiring the Salesforce access token. Here’s how the request is going to look like.

Refer to OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration for creating a JWT assertion.

Response Format

Use the access token and instance_url to get a Data Cloud token. The instance_url is where you post to get a Data Cloud token.

Now that you've acquired the Salesforce access token, use this request to get the access token to invoke the APIs.

Response Format

You need three values from the response:

  • access_token: The token used to access Data Cloud resources.
  • instance_url: The tenant-specific endpoint where Data Cloud API requests are sent.
  • expires_in: The number of seconds until the token expires and you must reauthenticate. Use this value as part of your access logic, so you can avoid having to repeat the access steps for each call.

The Data Cloud application assigns a unique, system-generated endpoint to each of your organizations.

After you've acquired your endpoints in Data Cloud, use them for your organization's API calls. No other Data Cloud customer can use your endpoint for their API requests.

You can only use your endpoint with the c360a.salesforce.com endpoint structure.