> For the complete documentation index, see [llms.txt](https://docs.landytech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.landytech.com/sesame-data-v2/tutorials-recipes/using-sesame-data-with-postman.md).

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

<figure><img src="/files/4oSdy10NBJ0ASBh4tzRt" 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="/files/KU98jhNv1xiPYFhlHt59" alt=""><figcaption></figcaption></figure>
