Sesame Data
  • Introduction
  • Authentication
    • Create and manage your API token
    • How to Authenticate
    • IP Whitelisting
  • API Endpoints
    • Entity List
    • Entity Dates
    • Transactions
    • Holdings
    • Sub Portfolio Holdings
    • Entity Risk
    • Asset Risk
    • Entity Performance
  • Sesame Data Developer Portal
  • Data Feeds
  • Tutorials/Recipes
    • How to use pagination
    • Using Sesame Data with Postman
    • Using Sesame Data with Excel
    • Using Sesame Data with PowerBi
  • FAQ and Troubleshooting
    • Viewing Logs
    • Glossary
Powered by GitBook
On this page
  • Using Postman and the Sesame Data API EndPoints
  • Importing a CURL into Postman

Was this helpful?

  1. Tutorials/Recipes

Using Sesame Data with Postman

PreviousHow to use paginationNextUsing Sesame Data with Excel

Last updated 1 year ago

Was this helpful?

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

Generating a Postman request using Username and Password
Generating a Postman request using CURL