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