I want to get user call report from sinch, for that i need to generate application signed request.
https://www.sinch.com/docs/voice/rest/#UserCallReport
I can not find demo to generate application signed request for android in documentation.
I am getting this error message when fire request in postman
Request: GET https://reportingapi.sinch.com/v1/users/username/jigar1/calls/
Params -> Authorization : Application 554042e3-965c-4e88-a7b8-3f2b52c278f3:t0fsMPGjaNiAEjT+29FyHnHuzaKDAOT3rShXWQp3IcA=
X-Timestamp : 2016-06-21T06:37:43Z
Response :
{
"errorCode": 40102,
"message": "Invalid Signature.",
"reference": "A:554042e3-965c-4e88-a7b8-3f2b52c278f3_JEC6uQxEUkSkNmSkvvNwXA"
}