---
title: "Store Transparenzregister credentials"
method: POST
path: "/v1/transparenzregister/credentials"
tags: ["v1"]
---

# Store Transparenzregister credentials

`POST /v1/transparenzregister/credentials`

Store username and password credentials for accessing the Transparenzregister API.
These credentials will be used for subsequent requests to retrieve company documents.
Credential names are user-scoped; the reserved name `sandbox` cannot be used.
Credentials are validated against Transparenzregister before they are persisted.

## Request body

- TransparenzregisterCredentials — Credentials for accessing the Transparenzregister API.
  - `name` string — Name to identify this set of credentials. Allows storing multiple Transparenzregister credentials per user (e.g., for different accounts or clients). Defaults to 'default' if not provided. Cannot be `sandbox` because that name is reserved for test-mode extracts. Example: "client_a"
  - `username` string, required — Username for Transparenzregister API access. Example: "compliance@example.com"
  - `password` string, password, required — Password for Transparenzregister API access.

## Response `201`

Credentials stored successfully

## Other responses

- `400` — Bad Request - Invalid parameters provided (including reserved credential name `sandbox`)
- `401` — Unauthorized - Authentication required or Transparenzregister credentials rejected
- `402` — Payment Required - Transparenzregister API access requires a paid API plan
- `409` — Conflict - Maximum number of stored credential sets reached for this account
- `500` — Internal Server Error - An error occurred while processing the request

---

[API](https://skmtc.net/oregister/apis/openregister-api.md) · [All operations](https://skmtc.net/oregister/apis/openregister-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oregister/openregister-api/versions/d1fcaf6d6ca0/schema)
