Using Sesame Data with Postman
Last updated
Last updated
Open Postman
Create a new request
Use verb = GET
Select Auth
Insert Username, more info Create and manage your API token
Insert Password
Insert the URL (of any API Endpoints)
Hit Send
Open Postman
In Sesame, API Endpoints, Try It
section, after populating the required fields, copy the CURL of a request you would like to make in Postman
In Postman, select Import
and then paste the CURL
Hit Send