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 OPTIONAL
id number OPTIONAL
name string OPTIONAL
key string OPTIONAL
walletAddress string OPTIONAL
400

Invalid input received. Bad request.

Schema OPTIONAL
message string OPTIONAL
error string OPTIONAL
403

User is not authorized to perform this action.

Schema OPTIONAL
message string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL