Documentation

Developer / v1

UUID

Generates one UUID v4 using the platform cryptography implementation.

Live
GET/api/v1/uuid
Live requestRuns from your browser

Parameters

This endpoint has no request parameters.

Example request

curl 'https://informantion.com/api/v1/uuid'

Example response

{
  "success": true,
  "data": {
    "uuid": "a36c7d4a-4482-46e9-9b58-1b19e81fb479",
    "version": 4
  }
}

Response schema

uuidstring
Generated RFC 4122 UUID.
versionnumber
UUID version.

Possible errors

429 · RATE_LIMITEDThe current fair-use window is exhausted.

Rate limit

60 requests per minute under the current anonymous fair-use policy. Check the response headers for the active window.