Skip to main content

createApplication

Create application associated with user wallet.

Request Body REQUIRED
name string
key string
walletAddress string
Responses
201

Created application.

Schema
id number
name string
key string
walletAddress string
400

Invalid input received. Bad request.

Schema
message string
error string
403

User is not authorized to perform this action.

Schema
message string
500

Unable to fullfil request due to internal server error.

Schema
message string