For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 and then Basic Auth

  5. Paste Username from Sesame (more info Create and manage your API token)

  6. Paste Password from Sesame

  7. Insert the URL (of any GET API Endpoints)

  8. Click Send

Importing a CURL into Postman

  1. Open Postman and then select File > Import

  2. In Sesame, API Endpoints, Try It section, after populating the required fields, copy the CURL of the request you would like to make in Postman

  3. In Postman, paste the CURL, and then either Import Without Saving or Import Into Collection

  4. Click Send

Last updated

Was this helpful?