---
title: "GET /v1/platforms/{id}"
method: GET
path: "/v1/platforms/{id}"
tags: ["platforms"]
---

# GET /v1/platforms/{id}

`GET /v1/platforms/{id}`

Get a platform by id

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `federatedAuthProviders` object, required
    - `google` object
      - `clientId` string, required
    - `github` object
      - `clientId` string, required
    - `saml` object
  - `defaultLocale` string, nullable
  - `id` string, required
  - `created` string, required
  - `updated` string, required
  - `ownerId` string, required
  - `name` string, required
  - `primaryColor` string, required
  - `logoIconUrl` string, required
  - `fullLogoUrl` string, required
  - `favIconUrl` string, required
  - `filteredPieceNames` string[], required
  - `filteredPieceBehavior` union, required
    - 'ALLOWED'
    - 'BLOCKED'
  - `smtpHost` string
  - `smtpPort` number
  - `smtpUser` string
  - `smtpSenderEmail` string
  - `smtpUseSSL` boolean
  - `privacyPolicyUrl` string
  - `termsOfServiceUrl` string
  - `cloudAuthEnabled` boolean, required
  - `gitSyncEnabled` boolean, required
  - `analyticsEnabled` boolean, required
  - `showPoweredBy` boolean, required
  - `auditLogEnabled` boolean, required
  - `embeddingEnabled` boolean, required
  - `managePiecesEnabled` boolean, required
  - `manageTemplatesEnabled` boolean, required
  - `customAppearanceEnabled` boolean, required
  - `manageProjectsEnabled` boolean, required
  - `projectRolesEnabled` boolean, required
  - `customDomainsEnabled` boolean, required
  - `apiKeysEnabled` boolean, required
  - `flowIssuesEnabled` boolean, required
  - `alertsEnabled` boolean, required
  - `ssoEnabled` boolean, required
  - `enforceAllowedAuthDomains` boolean, required
  - `allowedAuthDomains` string[], required
  - `emailAuthEnabled` boolean, required
  - `premiumPieces` string[], required

## Changes

> 38 revisions in range; 1 could not be searched.

- **2024-09-03** `b95c8c8e8262` — 1 info
  - added the required property `analyticsEnabled` to the response with the `200` status
- **2024-06-11** `a1d1c2fbc615` — 1 info
  - endpoint added
- **2023-12-03** `7b0cc60eed56` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rantirai/apis/activepieces-documentation/changes/v1/platforms/:id/get.md)

---

[API](https://skmtc.dev/rantirai/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/rantirai/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rantirai/activepieces-documentation/revisions/225ff954244e/schema)
