GET
/
v1
/
webhooks
curl --request GET \
  --url https://api.supernotes.app/v1/webhooks
[
  {
    "id": 123,
    "url": "<string>",
    "enabled": true,
    "last_response_code": 123,
    "last_response_body": "<any>"
  }
]

Authorizations

Api-Key
string
headerrequired

Response

200 - application/json
id
integer
required
url
string
required
enabled
boolean
required
last_response_code
integer | null
last_response_body
any