Get All Applications

Get Applications

GET {{domain}}/api/Application

Returns All Application on CMK.

Headers

Name
Type
Description

client-id

string

client-id of the application

Authorization

string

Bearer Token

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

Last updated

Was this helpful?