cURL
curl --request GET \ --url https://app.activecalculator.com/api/v1/webhooks/{webhookId} \ --header 'x-ac-api-key: <api-key>'
"{\n \"data\": {\n \"id\": \"webhook123\",\n \"name\": \"Example Webhook\",\n \"createdAt\": \"2024-01-15T10:30:00.000Z\",\n \"updatedAt\": \"2024-01-15T11:45:00.000Z\",\n \"url\": \"https://example.com/webhook\",\n \"source\": \"user\",\n \"workspaceId\": \"workspace456\"\n }\n}"
Get a specific webhook object based on its ID
ID of the webhook
200
The response is of type object.
object
Was this page helpful?