Using Sesame Data with Postman
Using Postman and the Sesame Data API EndPoints
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
Importing a CURL into Postman
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 PostmanIn Postman, select
Import
and then paste the CURLHit
Send
Last updated