# 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](https://docs.landytech.com/sesame-data-v2/authentication/create-and-manage-your-api-token "mention"))
6. Paste `Password` from Sesame&#x20;
7. Insert the URL (of any GET [api-endpoints](https://docs.landytech.com/sesame-data-v2/api-endpoints "mention"))
8. Click `Send`

<figure><img src="https://1520949674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLGr6a1Wcc9zB3XAdNNQu%2Fuploads%2FQOHPpQw9Ct9Zlia1lgwi%2FUsing%20Postman%20gif%201.gif?alt=media&#x26;token=65cd3d61-f666-49ac-bdbc-5fcf08936099" alt=""><figcaption></figcaption></figure>

## 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&#x20;
3. In Postman, paste the CURL, and then either `Import Without Saving` or `Import Into Collection`
4. Click `Send`&#x20;

<figure><img src="https://1520949674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLGr6a1Wcc9zB3XAdNNQu%2Fuploads%2FIjr5nKqHleo9ujRY5jpy%2FUsing%20Postman%20gif%202.gif?alt=media&#x26;token=15d88f14-4ddb-4081-9164-bbcbe36a5236" alt=""><figcaption></figcaption></figure>
