Google News
logo
Postman - Interview Questions
What is the full form of GUID? Where is it used?
GUID is an acronym that stands for Global Unique Identifier. It is a set of hexadecimal digits separated by hyphens and solves the purpose of uniqueness.
 
In Postman, it is used to generate and send a random value to APIs.
 
Example :
{  
"id": "{{$guid}}",  
} ​
 
Advertisement