v2

latestOpenAPI 3.0.02026-07-31172752.6 KB
applications

List applications

Returns a paginated list of applications in your organization.

get/api/v1/applications

Query parameters

limitinteger

Maximum results to return (default: 20, max: 100)

cursorstring

Opaque cursor returned in the previous response's meta.next_cursor. Omit for the first page.

title_likestring

Filter by title (case-insensitive)

category_contains_wordstring

Filter by category title (case-insensitive)

Response

Application list

Example response

{
  "data": [
    {
      "admin_user_ids": [
        "7488a646-e31f-11e4-aace-600308960665"
      ],
      "auth_method": "okta",
      "data_location": "EU",
      "description": "Team communication platform",
      "id": "7488a646-e31f-11e4-aace-600308960662",
      "inserted_at": "2023-01-01T00:00:00Z",
      "last_vendor_review_at": "2026-01-15",
      "mfa_activated": true,
      "notes": "Reviewed in Q4",
      "owner_user_id": "7488a646-e31f-11e4-aace-600308960663",
      "permanent_access_allowed": true,
      "processed_data_types": [
        "customer_data"
      ],
      "provisioning_type": "automatic",
      "risk_level": "medium",
      "status": "requestable",
      "tags": [
        {
          "id": "7488a646-e31f-11e4-aace-600308960666",
          "title": "Communication"
        }
      ],
      "time_based_access_durations": [
        "PT1H",
        "P7D"
      ],
      "title": "Slack",
      "updated_at": "2023-01-01T00:00:00Z",
      "url": "https://slack.com",
      "user_count": 150,
      "user_setup_url": "https://slack.com/get-started",
      "vendor_certificates": [
        "soc2_t2",
        "iso_27001"
      ]
    }
  ],
  "meta": {
    "page": 1,
    "page_size": 20,
    "total_count": 100,
    "total_pages": 5
  }
}