> For the complete documentation index, see [llms.txt](https://developer.textmaster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.textmaster.com/quick-start/postman.md).

# Postman

To streamline your experience, we offer a readily available [Postman](https://www.postman.com/) collection that can be effortlessly downloaded and installed, enabling you to seamlessly interact with our API.

Ensure that you have the [Postman](https://www.postman.com/) application installed and running on your system, then proceed to download our Postman collection below and follow the provided steps to import it into Postman.

Open the Postman application and click on the **import** button at the top under the collections pad

<figure><img src="/files/kaig4bdtkvG1SYN876FN" alt=""><figcaption></figcaption></figure>

Drag & drop the following Postman collection and click on **import**

{% file src="/files/hHc66MqNdfdx0xT0RUTG" %}

<figure><img src="/files/IIhVZlNzNpj3Vm2Lfd9m" alt=""><figcaption></figcaption></figure>

Once the collection is imported, click again on the **import** button at the top

<figure><img src="/files/vbLLEyYvsm9IjBrZ7ty2" alt=""><figcaption></figcaption></figure>

Drag & drop the following Postman environment and click on **import**

{% file src="/files/I2mA1GnXwE61mk4tQzHm" %}

<figure><img src="/files/OsjreyoPdqxfhDLW3ZDv" alt=""><figcaption></figcaption></figure>

Time to head back to your TextMaster account and go into the **API & Loop** page

<figure><img src="/files/xkYZem26GC1jv80eyXmR" alt=""><figcaption></figcaption></figure>

Head to **View OAuth Applications**

<figure><img src="/files/yhcCM1zErmRxDLkJrKA1" alt=""><figcaption></figcaption></figure>

If you don't have any, **create a new OAuth application**

<figure><img src="/files/3RAzmiK49K95b0FKPHns" alt=""><figcaption></figcaption></figure>

Fill in your new application's details and click **save**

<figure><img src="/files/lyYtcl6J8X5597H0Gxlo" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Tips:** Use appropriate callback URL and permissions for production applications.
{% endhint %}

**Copy to your clipboard** the client ID and secret to be pasted in Postman's application

<figure><img src="/files/ea6r0RoLlemT5OwZ2NP2" alt=""><figcaption></figcaption></figure>

**Paste** the client ID and secret into the Postman environment your imported earlier

<figure><img src="/files/8IovzLP0xFppQ5OQbSp2" alt=""><figcaption></figcaption></figure>

**Set** this environment as **active**

<figure><img src="/files/3kq4FNlIo8mxiskdwP5d" alt=""><figcaption></figcaption></figure>

Going back into the **collections pad** and into the **TextMaster API v1 collection**, request a **new access token** at the bottom of the page under the **Authorization** tab

<figure><img src="/files/ibhn5WSMi8RG9xQDndyP" alt=""><figcaption></figcaption></figure>

Postman will open a new window asking you to **authenticate** using your TextMaster credentials

<figure><img src="/files/tV64jN7dIKVdkZ2sFV4M" alt=""><figcaption></figcaption></figure>

**Authorize** your OAuth Application to perform operations on your behalf through the Postman application

<figure><img src="/files/DbSTmF7itZxlTsk7qjF1" alt=""><figcaption></figcaption></figure>

Once the OAuth Application has been approved, Postman should list the available access tokens, make sure to use the latest one if you have multiple instances of them. **Click on the use token button**

<figure><img src="/files/Wb84Ez5hKLAJemf0l4MS" alt=""><figcaption></figcaption></figure>

Finally, verify everything works as expected by executing the **Retrieve my information** endpoint

<figure><img src="/files/lChCDaTtkbThyckYFMxv" alt=""><figcaption></figcaption></figure>

Congratulations! You now have a fully working Postman collection you can use to query our API.


---

# 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://developer.textmaster.com/quick-start/postman.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.
