Skip to main content
GET
/
service
/
v1
/
apps
List Apps
import requests

url = "https://api.parallel.ai/account/service/v1/apps"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "apps": [
    {
      "app_name": "<string>",
      "org_name": "<string>",
      "app_id": "<string>",
      "org_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <access_token>. This must be an account API access token minted via Parallel's OAuth device flow, not a standard API key. See the account API docs.

Response

200 - application/json

Successful Response

Model for getting apps for organization response.

apps
AppItem · object[]
required

List of apps