cURL
curl --request GET \ --url https://api.soharhealth.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "url": "https://www.google.com", "endpointId": "ep_2pqPuj665SJeVw8DkU3pkZq1njL", "events": [ "sandbox.discovery.updated" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A verification
The response is of type object.
object