Levain LabsLevain Labs
ApiApps

List Apps

List the available platform apps and their sync status.

List the available platform apps and their sync status.

GET
/api/v1/apps

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://api.levainlabs.com/api/v1/apps"
[
  {
    "provider": "string",
    "display_name": "string",
    "connected": true,
    "integration_id": "string",
    "integration_status": "string",
    "external_account_id": "string",
    "streams": []
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}