I have successfully accessed the API for data but now wish to add our contract pricing signature to get our unique prices. I am getting the response: {"Fault":{"faultcode":"ns1:100003","faultstring":"Invalid Password","detail":{"encodingStyle":"","SearchServiceException":{"type":"com.pf.soa.services.v1.SearchServiceException","searchException":{"exceptionCode":"100003","exceptionString":"Invalid Password"}}}}} no matter what I do
The password is made up of the table and the timestamp to get a concatenated string: searchByKeyword2024-03-20T11:26:24.123
I have tried using my Filemaker software encryption but that obtains a different SHA1 Base 64 result than the website suggested in the documentation: https://www.online-convert.com/result#j=bc5ec1ef-ed7d-4f31-ae98-57bf999d6471
So as a test I used the code generated by the website which outputs base64: 77zL9LwIV5Y3O1SKAdgFWpZp0kY=
Then I remove the special character 77zL9LwIV5Y3O1SKAdgFWpZp0kY%3D
But the end result remains the same: Failure
Can anyone suggest any additional step, please.