Saturday, February 22, 2025

Generate UUID in Postman

We can do GET Request to UUID Tools endpoint to generate UUID from Postman client.

Endpoint:

https://www.uuidtools.com/api/generate/v4

Script in Postman:

let jsonData = JSON.parse( responseBody);postman.setGlobalVariable( "UUIDValue", jsonData[ 0 ] );

No comments:

Post a Comment

How to change Cursor Color Theme?

Effortless Customization: A Step-by-Step Guide to Changing Your Cursor Color Theme Are you tired of the same old cursor on your screen? Do y...