Data section required with Bearer Token
-
Hi Bernhard!
We have an API where we need supply a content type of JSON and a data section in the body of the request to get something out from the API endpoint.
A curl version would look something like this:
curl --location 'some_API_endpoint' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer someToken' \
--header 'Cookie: someCookie' \
--data '{
someJSON with key value pairs
}'Is there some existing way to do this with JSON Content Importer?
Cheers,
Haakon
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Data section required with Bearer Token’ is closed to new replies.