Skip to main content
GET
/
v1
/
webhooks
List webhooks
curl --request GET \
  --url https://api.polpo.sh/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "url": "<string>",
      "events": [
        "<string>"
      ],
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Project API key (sk_live_... or sk_test_...)

Response

200 - application/json

List of registered webhooks

ok
boolean
data
object[]