The API works well in Postman, I got the responce with a json data.
Get: https://service3.ultipro.ca/personnel/v1/person-details
Headers in Postman are:
Accept: */*
Accept-Encoding: gzip, deflate, br
Authorization: basic ******************************************
US-Customer-Api-Key: *****
Content-Type: application/json; charset=utf-8
Now in NiFi:
Generate Flow File:
Mime Type: application/json
Character Set: UTF-8
InvokeHTTP:
GET
https://service3.ultipro.ca/personnel/v1/person-details
Content-Type: ${mime.type}
Accept Accept:application/json
Authorization Authorization:basic ********************************
US-Customer-Api-Key US-Customer-Api-Key:*****
Responce is: 404 Not Found
May someone help me please?
Appreciated.