> 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/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
5. Insert Username, more info [Create and manage your API token](/authentication/create-and-manage-your-api-token.md)
6. Insert Password
7. Insert the URL (of any [API Endpoints](/api-endpoints.md))
8. Hit `Send`

<figure><img src="/files/0Sc5PshAEZ09AWpIYfkE" 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="/files/FSBJ8Ctzyweu0SqHn8jZ" alt=""><figcaption><p>Generating a Postman request using CURL</p></figcaption></figure>
