Using Sesame Data with Postman
Using Postman and the Sesame Data API EndPoints

Importing a CURL into Postman

Last updated
Was this helpful?
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

Last updated
Was this helpful?
Was this helpful?