Skip to main content
GET
/
open-api
/
v1.0
/
webhooks
Get webhooks
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "url": "<string>",
      "allowedTypes": []
    }
  ],
  "total": 123,
  "page": 123,
  "size": 123,
  "totalPages": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth scope: webhook_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

OK

results
Webhook Configuration · object[]
required
total
integer<int32>
page
integer<int32>
size
integer<int32>
totalPages
integer<int32>