Could anybody provide me example of request how it should look. I'm just want to set callbackUrl and get json like in https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Fax-status
on request
'reports' => [ 'type' => 'summary', 'report_destination' => [ [ 'url' => "http://7694-85-221-150-210.ngrok.io" ] ] ]
i'm getting html with summary report
Thanks you
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
To get JSON response, requester account profile should be updated accordingly.
Please contact customer care or sales engineer regarding updating the account.
You can provide either an sftp or https link for the url
e.g.
sftp://user:password@hostname/some/path/value
or
https://user:password@domain.com/
i can use https and will be
'reports' => [ 'type' => 'summary', 'report_destination' => [ [ 'url' => "https://7694-85-221-150-210.ngrok.io" ] ] ]
And i'm getting xml, but expecting json like in a "Fax-status"
Thank you!