Download OpenAPI specification:
Hrmony Embedded API — Partner tier. Do not edit by hand.
| Accept-Language required | string Enum: "de" "en" Request language surface — |
| X-Request-Id | string Correlation id; echoed on the response. |
| traceparent | string W3C trace context. |
| tracestate | string W3C trace state. |
| Idempotency-Key | string Optional idempotency key for mutating requests. |
| externalCustomerId required | string Stable customer ID from the partner CRM. Unique per partner account; duplicate results in 409. |
| name required | string Display name of the new organisation. |
{- "externalCustomerId": "kunde-abc123",
- "name": "Müller GmbH"
}{- "data": {
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "externalCustomerId": "string",
- "name": "string"
}
}| limit | integer >= 1 Page size. |
| cursor | string Opaque cursor from |
| Accept-Language required | string Enum: "de" "en" Request language surface — |
| X-Request-Id | string Correlation id; echoed on the response. |
| traceparent | string W3C trace context. |
| tracestate | string W3C trace state. |
{- "data": [
- {
- "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
- "externalCustomerId": "string",
- "name": "string"
}
], - "meta": {
- "pagination": {
- "nextCursor": "string",
- "hasMore": true
}
}
}