Skip to main content
GET
/
apps
List Apps
curl --request GET \
  --url https://api.example.com/apps/
[
  {
    "id": "<string>",
    "name": "<string>",
    "deleted_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "description": "",
    "logo": "<string>",
    "category": "",
    "available": false,
    "plan": "pro",
    "test_integration": ""
  }
]

Response

200 - application/json

Successful Response

id
string
required
Minimum string length: 3
name
string
required
Minimum string length: 3
deleted_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
description
string
default:""
Minimum string length: 10
logo
string | null
Minimum string length: 1
category
string
default:""
available
boolean
default:false
plan
string
default:pro
test_integration
string
default:""