# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.landytech.com/sesame-data-v2/tutorials-recipes/using-sesame-data-with-postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
