I am trying the following code on postman with token and I got the following response
{
"error": {
"message": "The Authorization header is malformed. Supported Authorization types are Token,Basic."
}
}
for the below request
Content-Type: application/json; odata=minimalmetadata
{<!-- -->
"ExtractionRequest"
: {<!-- -->
"@odata.type"
:
"#DataScope.Select.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest"
,
"ContentFieldNames"
: [
"Ask"
,
"Bid"
,
"High"
,
"Last"
,
"Low"
,
"Trade Date"
],
"IdentifierList"
: {<!-- -->
"@odata.type"
:
"#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList"
,
"InstrumentIdentifiers"
: [
{<!-- -->
"Identifier"
:
"TRI.N"
,
"IdentifierType"
:
"Ric"
}
],
"ValidationOptions"
:
null
,
"UseUserPreferencesForValidationOptions"
:
false
},
"Condition"
: {<!-- -->
"ReportDateRangeType"
:
"Range"
,
"QueryStartDate"
:
"2015-12-01T00:00:00.000Z"
,
"QueryEndDate"
:
"2015-12-02T00:00:00.000Z"
}
}
}