Skip to main content
GET
/
apps
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>"
    }
  ]
}

Headers

authorization
string | null
X-Morphik-Admin-Secret
string | null

Query Parameters

org_id
string | null

Filter apps by organization ID Filter apps by organization ID

user_id
string | null

Filter apps by creator Filter apps by creator

limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response