Skip to main content
GET
/
v1
/
webhooks
curl
curl https://api.expys.com/v1/webhooks \
  -H "Authorization: Bearer YOUR_ORG_API_KEY"
{
  "data": [
    {
      "createdAt": "<string>",
      "disabledAt": "<string>",
      "events": [
        "<string>"
      ],
      "id": "<string>",
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Response

Response for status 200

data
object[]
required