# 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](https://docs.landytech.com/authentication/create-and-manage-your-api-token "mention")
6. Insert Password
7. Insert the URL (of any [api-endpoints](https://docs.landytech.com/api-endpoints "mention"))
8. Hit `Send`

<figure><img src="https://686422464-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRqYhxcZf6UoirhKFZnW4%2Fuploads%2F3sPFB2RvPrEubWgG4C8s%2Fusing-postman-to-call-sesame-api.gif?alt=media&#x26;token=1d55c2aa-18ca-49d2-b88c-b4e4a86b19f4" alt=""><figcaption><p>Generating a Postman request using Username and Password</p></figcaption></figure>

## 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&#x20;
3. In Postman, select `Import` and then paste the CURL
4. Hit `Send`

<figure><img src="https://686422464-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRqYhxcZf6UoirhKFZnW4%2Fuploads%2FBmaXaRbN0TUchAWXsw9S%2Fusing-postman-to-call-curl.gif?alt=media&#x26;token=057d9be9-4db1-4e64-a218-ec15f180f01b" alt=""><figcaption><p>Generating a Postman request using CURL</p></figcaption></figure>
