Skip to main content

Create Application

Creates a new application.

Endpoint:

POST /createApp

Headers:

Authorization: Bearer JWT token.

Body Form Data:

app: The name of the application to be created.

Request:

curl --location 'http://localhost:9000/createApp' \
--header 'Authorization: Bearer <jwt_token>' \
--form 'data="{\"app\":\"appName\"}"'

Response:

{
"createAppResult.Created":"641459ffb8760d74164e7e3c"
}