Skip to main content
POST
/
api
/
v1
/
webhooks
/
applications
Create New Application
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>"
}
'

Headers

x-api-key
string
required

Body

application/json
name
string
required

The name of the application

metadata
object

Metadata for the application

rateLimit
number

Rate limit for the application

applicationId
string

Unique identifier for the application

Response

201

Application Created