> For the complete documentation index, see [llms.txt](https://hilals-organization.gitbook.io/magicpay-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hilals-organization.gitbook.io/magicpay-documentation/6.-links/6.5-get-custom-links.md).

# 6.5 Get Custom Links

**Request**

| Method | URL                     |
| ------ | ----------------------- |
| GET    | /customlink/v1/products |

**Query Params**

id(Optional): List of member IDs to filter.

name (Optional): Filter members by name.

page : Page number for pagination.

channel(Optional): Channel number for pagination.

orderId(Optional):  List of order IDs to filter.

size (Optional): Number of items per page for pagination.

conversationId(Optional):  List of conversation IDs to filter.

externalId(Optional):  List of external IDs to filter.

currency(Optional):  Filter of currency.

minPrice(Optional): Filter of min price.

maxPrice(Optional):  Filter of max price.

\ <br>

**Response**

| Status | Response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200    | <p><br></p><p>{</p><p>    "data": {</p><p>        "items": \[</p><p>            {</p><p>                "id": 151,</p><p>                "name": "Çay",</p><p>                "description": "Bir adet kurabiye ile servis edilen Türk çayı",</p><p>                "orderId": "None",</p><p>                "conversationId": "None",</p><p>                "externalId": "None",</p><p>                "status": "ACTIVE",</p><p>                "price": 10.0,</p><p>                "currency": "TRY",</p><p>                "stock": null,</p><p>                "soldCount": 0,</p><p>                "token": null,</p><p>                "enabledInstallments": \[],</p><p>                "url": null,</p><p>                "imageUrl": null,</p><p>                "channel": null,</p><p>                "custom\_token": "<http://tinyurl.com/yohwrzn4>"</p><p>            },</p><p>            {</p><p>                "id": 150,</p><p>                "name": "Çay",</p><p>                "description": "Bir adet kurabiye ile servis edilen Türk çayı",</p><p>                "orderId": "None",</p><p>                "conversationId": "None",</p><p>                "externalId": "None",</p><p>                "status": "ACTIVE",</p><p>                "price": 10.0,</p><p>                "currency": "TRY",</p><p>                "stock": null,</p><p>                "soldCount": 0,</p><p>                "token": null,</p><p>                "enabledInstallments": \[],</p><p>                "url": null,</p><p>                "imageUrl": null,</p><p>                "channel": null,</p><p>                "custom\_token": "<http://tinyurl.com/yvmc8bch>"</p><p>            },   </p><p>    },</p><p>    "page": 2,</p><p>    "size": 10,</p><p>    "total\_size": 23</p><p>}</p><p><br><br></p> |
| 403    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 400    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| 500    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

<br>


---

# 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://hilals-organization.gitbook.io/magicpay-documentation/6.-links/6.5-get-custom-links.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.
