Webhook action types
List webhook action types
This endpoint makes an HTTP GET request to retrieve a list of action types to which will send an event to webhookt.
Request Body This request does not require a request body.
Request
Endpoint:
https://api.creatopy.com/v1beta/webhookActions
Response
Status: 200
Content-Type: application/json
The response will contain an array of webhook action, where each action is represented by an object with "id", "name", "description", "config" and "createdAt" properties.
Example response:
Last updated