# API Endpoint Testing

**Importing the Collection in Postman**

Follow these steps to import the collection into your Postman environment:

1. **Open Postman**: Launch the Postman application on your system.
2. **Navigate to the Import Tab**: Click on the "Import" button located in the top-left corner of the Postman window.
3. **Select the Link Option**: Choose the "Link" tab within the Import dialog.
4. **Paste the Collection Link**: Copy the provided [collection link](https://bit.ly/referd-postman) and paste it into the designated field.
5. **Initiate the Import**: Click the "Import" button to initiate the import process.

![Import Postman Collection](https://chat.openai.com/c/path_to_screenshot/import_postman_collection.png)

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

By following these steps, you will seamlessly integrate the API endpoint collection into your Postman workspace, enabling you to effortlessly test and interact with our API.


---

# 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://developer.tryreferd.com/api-reference/api-endpoint-testing.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.
