Header
The header holds the key and value for a given HTTP operation that you want to execute. The connector sends these key value pairs as part of the header in HTTP requests.
The following example displays a sample key value pair, where Authorization
is the header Key and $application.accesstoken$
is the Value.
Authorization – $application.accesstoken$
Content-Type – application/json
Notes
-
If you don't provide the content type in the Header, the source will set Content-Type as
application/json
. -
If you wish to exclude the default Content-Type header from the requests, please add
removeDefaultHeaderFromRequest:true
in the connectionParamater object of those requests using below API.
put-source | SailPoint Developer Community
-
Enter the header Key and Value used for the operation.
-
Select Save.
Content Types
-
JSON request, JSON response: Content-Type= application/json (optional), Accept (optional)