Receive fax status via callback URL (fax status webhook)

Options

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

Tagged:

Best Answer

  • To get JSON response, requester account profile should be updated accordingly.

    Please contact customer care or sales engineer regarding updating the account.

Answers