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

Unable to view Lucidchart Shapes

When you open the Lucidchart document, it will not show all the shapes. You have to edit the document to view all the added and supported sh...