v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Guids

Create GUID(s)

Creating one or more GUIDs with a specified length.

post/api/v1/guids

Request body

countinteger required

The total number of GUIDs to create

lengthinteger required

The charactersequence length of the GUID

organizationIdstring required

The namespace of the organization where the generated GUIDs should be assigned.

Example request

{
  "count": 1,
  "length": 40,
  "organizationId": "de.acme"
}

Response

OK

id4nsstring[]

A list of id4ns.