Guids
Create GUID(s)
Creating one or more GUIDs with a specified length.
post/api/v1/guids
Request body
Example request
{
"count": 1,
"length": 40,
"organizationId": "de.acme"
}Response
OK
Creating one or more GUIDs with a specified length.
{
"count": 1,
"length": 40,
"organizationId": "de.acme"
}OK