JavaScript
import Morphik from 'morphik'; const client = new Morphik({ apiKey: 'My API Key', }); const response = await client.cloud.listApps(); console.log(response);
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List provisioned apps for the specified organization/user.
Filter apps by organization ID Filter apps by organization ID
Filter apps by creator Filter apps by creator
1 <= x <= 500
x >= 0
Successful Response
Was this page helpful?