Plume API
Utility

/uuid

Generates a random RFC 4122 version 4 UUID. The UUID is generated using a cryptographic pseudorandom number generator.

GET
/uuid

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/uuid"
{
  "uuid": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}