Skip to content

Instantly share code, notes, and snippets.

@rajbharath
Created June 26, 2015 13:11
Show Gist options
  • Save rajbharath/5f37827031692845cf87 to your computer and use it in GitHub Desktop.
Save rajbharath/5f37827031692845cf87 to your computer and use it in GitHub Desktop.
How to create UUID in postman rest client
{{$guid}}
the above variable will generate UUID in Postman Rest Client
Sample request is below
========================
{
"user":{
"id":"{{$guid}}"
}
}
@bbezanson
Copy link

@creative-singh
Copy link

Does anyone know which version of UUID this {{randomUUID}} generates ?

v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment