v1

latestOpenAPI 3.0.12026-07-24192492466.5 KB

App portal app status

Mark an app portal app as installed after successful access token generation or mark it as error if something went wrong during the installation process

put/v1/app/status

Request body

statusinteger required

2 = installed, 6 = installation / authorization error

errorMessagestring

Add a custom error message when app status = 6, i.e. installation fails (300 character limit)

Response

200

databoolean
succeededboolean
messagestring
{"stackTrail":"paths:/v1/app/status:put:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}

Example response

{
  "data": true,
  "succeeded": true
}