---
title: "Create new platform credentials"
method: POST
path: "/v1/platform-credentials"
tags: ["Platform Credentials"]
---

# Create new platform credentials

`POST /v1/platform-credentials`

Creates new platform credentials for the specified organization.

## Request body

- object
  - `organizationId` string, required — The organization ID these credentials belong to
  - `platform` string, required — The platform these credentials are for (e.g., 'pulse')
  - `credentials` object, required — The platform-specific credentials
  - `isActive` boolean — Whether these credentials are active

## Response `201`

Successfully created platform credentials

- object — Successfully created 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
- `409` — 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)
