GET
/
v1
/
webhooks
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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
A verification
webhooks
object[]