Skip to main content

Request headers

When configuring a Data Sync, you may have the option to add in extra configuration sections, such as an Request Headers, under the "Add a Section" drop down tab in the Connection Experience (Image 1).

Image 1: Other Configuration Settings Available

Example

The following example shows how to use a bearer token in a REST API data sync via the Request header section.

ParameterDescriptionExample
Content-Type - NameMust be set to Content-TypeContent-Type
Content-Type - Header ValueMust be set to application/jsonapplication/json
Header - NameThe name for the Header content.Authorization
Header - Header ValueUse Bearer @access_token to call your token.Bearer @access_token

Using a bearer token for a REST API source sync