Русский
cURL
curl --request GET \ --url http://dev-backend-1.guestme.space/api/v1/external/webhook \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "url": "https://example.com/webhook", "token": "<string>", "authorizationHeaderPrefix": "Bearer", "events": [ "CREATE" ], "entities": [ "RESTAURANT" ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object[].
object[]