cURL
curl --request POST \ --url https://dev-chat-engine.actualize.ae/api/v1/webhooks/applications \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "metadata": {}, "name": "<string>", "rateLimit": 123, "applicationId": "<string>" } '
This creates a new application for configuring webhooks, mainly used for multi tenancy purpose Note: This is a management API and requires api-key
The name of the application
Metadata for the application
Rate limit for the application
Unique identifier for the application
Application Created