v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
rest

Returns the application by OAuth client ID

Request example: { "clientId": "local.69b9196bdbd793.03286491" }

post/rest.application.getbyclientid

Request body

clientIdstring required
selectstring[]

Example request

{
  "clientId": "string",
  "select": [
    "id",
    "clientId",
    "clientSecret",
    "applicationToken",
    "scopes",
    "title",
    "url",
    "urlInstall",
    "urlSettings",
    "mobile",
    "version",
    "active",
    "installed",
    "dateCreate",
    "dateInstall",
    "attributes"
  ]
}

Response

Success response