Skip to content

Create Application

Request

Creates a new Application. If the Application already exists it returns the existing Application.

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

Bodyapplication/jsonrequired
namestring(Application Name)required
Example:"My Application"
POST
/api/v3.0/orgs/{orgUuid}/applications
{ "name": "My Application" }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(ApplicationDTOV3)
Response
{ "supportToken": "1171c60d", "response": { "uuid": "123e4567-e89b-12d3-a456-426655440000", "name": "Application A" } }