Collection Creation
Identify API endpoints
Within the URL, e.g.
https://example.com/api/v1
.In directory names, e.g.
/rest
,/swagger
,/api/v2
, etc.By
Content-Type
header (application/json
,application/xml
).
Create a collection (if none is provided)
Copy & Paste the
cURL
command from Developer Tools to Postman (Figure 1).Reverse engineering using Postman Interceptor (Figure 2).


Last updated
Was this helpful?