Skip to main content
POST
/
platform
/
api
/
mark_app_installed
Mark App Installed
curl --request POST \
  --url https://api.rippling.com/platform/api/mark_app_installed \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

ok
boolean
required