Skip to main content
GET
/
v1
/
webhook-endpoints
List webhook endpoints
curl --request GET \
  --url https://roughy-api-staging.fly.dev/v1/webhook-endpoints \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "url": "<string>",
      "event_types": [
        "<string>"
      ],
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Response

200 - application/json

Your webhook endpoints.

items
WebhookEndpointResponse · object[]
required

Your webhook endpoints.