Create a new application

Create new application

POST {{domain}}/api/Application

Headers

Name
Type
Description

Authorization

string

Bearer Token

client-id

string

client-id of the application

Request Body

Name
Type
Description

object

{ "name:"string", "code":"string", "description":"string" }

{
    "message": "Ok",
    "isError": false,
    "data": {
        "name": "string",
        "code": "string",
        "description": "string"
    }
}

Last updated

Was this helpful?