Skip to main content
GET
/
v1
/
apps
List apps
curl --request GET \
  --url https://{defaultHost}/v1/apps \
  --header 'Authorization: Bearer <token>'
{
  "workspace_id": "<string>",
  "apps": [
    {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "origin": "<string>",
      "callback_url": "<string>",
      "logo": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Secret token

Headers

X-Workspace
string

Workspace ID

Query Parameters

workspace_id
string

Workspace ID (alternative to X-Workspace header)

Response

successful

workspace_id
string
apps
object[]