Loading
Salesforce now sends email only from verified domains. Read More
Integrate and Analyze Marketing Data with Marketing Cloud Intelligence
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Use the Access Token

          Use the Access Token

          After you have obtained the access token from the token request response, you can use it to make authenticated API calls to other endpoints.

          As an example, let's use the access token to make a POST request to get your user details:

          POST https://app.datorama.com/services/admin/user/find/{user_id}

          You should add an Authorization Header:

          Authorization: Bearer [your access token]

          Replace [your access token] with the actual access token obtained from the token request response (field: “access_token”).

          Example Response:

          Note
          Note This is just an example, and the actual endpoints and data for your specific use case may differ.
          Example
          Example
          {
          "id": 123,
          "name": "John Doe",
          "email": "john.doe@example.com"
          ...
          }
          
           
          Loading
          Salesforce Help | Article