Using Sesame Data with Postman

Using Postman and the Sesame Data API EndPoints

  1. Open Postman

  2. Create a new request

  3. Use verb = GET

  4. Select Auth

  5. Insert Username, more info Create and manage your API token

  6. Insert Password

  7. Insert the URL (of any API Endpoints)

  8. Hit Send

Importing a CURL into Postman

  1. Open Postman

  2. 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

  3. In Postman, select Import and then paste the CURL

  4. Hit Send

Last updated