> 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/authentication.md).

# Authentication

The Sesame Data uses Basic Authentication, utilising a combination of a username and API tokens as passwords. Upon token generation, clients will receive their unique password. This password and their client-specific username are required as authentication when making requests.&#x20;

<table data-header-hidden><thead><tr><th width="131"></th><th></th></tr></thead><tbody><tr><td>Username</td><td>A unique code belonging to each client. This will be available in the Sesame Data Experience</td></tr><tr><td>Password</td><td>The token which allows you to make requests. This is generated in the Sesame Data Experience</td></tr></tbody></table>

Additionally, the API provides support for IP whitelisting, enhancing data security by restricting authentication to a predefined list of IPs. This feature ensures that only authorised IPs can authenticate by presenting a valid token.

You may also find it valuable to explore our tutorial on [Using Sesame Data with Postman](/sesame-data-v2/tutorials-recipes/using-sesame-data-with-postman.md).

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Tokens are your key to access your data similar to a password.</td><td><a href="/files/2HC6zTLqMqRaDwOY1tK4">/files/2HC6zTLqMqRaDwOY1tK4</a></td><td><a href="/pages/xATEiqyRXeYaCRdF2mnZ">/pages/xATEiqyRXeYaCRdF2mnZ</a></td></tr><tr><td>Use generated tokens to access to authenticate and have access to your data.</td><td><a href="/files/7mXuLPB4baiTV5gWAph8">/files/7mXuLPB4baiTV5gWAph8</a></td><td><a href="/pages/kPhDK44iAqBT74AbXl7u">/pages/kPhDK44iAqBT74AbXl7u</a></td></tr><tr><td>Increase the security by optionally enabling protection by IPs.</td><td><a href="/files/wzr3z6WyBAxiWKWrayPh">/files/wzr3z6WyBAxiWKWrayPh</a></td><td><a href="/pages/17aLtG70o1MdFveb0O2i">/pages/17aLtG70o1MdFveb0O2i</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.landytech.com/sesame-data-v2/authentication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
