cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/webhooks \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "url": "<string>", "allowedTypes": [ "ORDER_PLACED" ], "apiVersion": "V1" } ], "total": 123, "page": 123, "size": 123, "totalPages": 123 }
Get webhooks
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes