GET /generate/uuid
Genereerige one or more cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (nt 550e8400-e29b-41d4-a716-446655440000). Kasulik generating database primary keys, session tokens, correlation IDs for distributed systems, and any situation where you need globally unique identifiers without a central registry.
count
valikuline
vaikeväärtus: 1
Count
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
count |
Ei | 1 | Count |
curl https://nordapi.ee/api/v1/generate/uuid
curl https://nordapi.ee/api/v1/generate/uuid
curl "https://nordapi.ee/api/v1/generate/uuid?count=5"
curl "https://nordapi.ee/api/v1/generate/uuid?count=10"
{
"data": {
"uuid": "b80ba424-cddf-42e6-b596-0b493f091622"
},
"success": true
}