---
title: "Get platform credentials"
method: GET
path: "/v1/platform-credentials"
tags: ["Platform Credentials"]
---

# Get platform credentials

`GET /v1/platform-credentials`

Retrieves platform credentials for the specified organization and platform.

## Query parameters

- `platform` string

## Response `200`

Successfully retrieved platform credentials

- object[] — Successfully retrieved platform credentials
  - `id` string
  - `organization_id` string
  - `platform` string
  - `credentials` object
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `is_active` boolean

## Other responses

- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
