# Get Sender List

## Method and URL

<mark style="color:green;">`GET`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/xb/sender/list

## Response

**Response Body**

```json
{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "accountType": "Individual",
            "address": "JL Tepok",
            "bankAccountNumber": "",
            "city": "Kabupaten Nduga",
            "contactCountryCode": "+675",
            "contactNumber": "8976416255",
            "countryCode": "ID",
            "createdAt": "2024-10-25T10:01:55Z",
            "dob": "2024/10/24",
            "identificationNumber": "35000736213",
            "identificationType": "Passport",
            "merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
            "name": "Benef Name",
            "postcode": "65162",
            "sourceOfFunds": "Corporate account",
            "sourceOfIncome": "Business Owner",
            "state": "Papua Pegunungan",
            "updatedAt": "2024-10-25T10:01:55Z",
            "uuid": "8bfe2ed8-b49b-44c4-8807-3814f9bf1ef4"
        },
        {
            "accountType": "Individual",
            "address": "Kebon Jeruk",
            "bankAccountNumber": "",
            "city": "Kabupaten Sumbawa Barat",
            "contactCountryCode": "+62",
            "contactNumber": "81331046443",
            "countryCode": "ID",
            "createdAt": "2024-10-25T09:11:38Z",
            "dob": "2002/07/08",
            "identificationNumber": "35000090909098",
            "identificationType": "Kartu Tanda Penduduk",
            "merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
            "name": "Vio Putri",
            "postcode": "541777",
            "sourceOfFunds": "Corporate account",
            "sourceOfIncome": "Salary",
            "state": "Nusa Tenggara Barat",
            "updatedAt": "2024-10-25T09:12:23Z",
            "uuid": "ab2bee5f-770d-4fd8-9788-b9a0c5cf3fdf"
        }
    ],
    "pagination": {
        "page": 2,
        "perPage": 2,
        "totalItems": 33,
        "totalPages": 17,
        "fetchAll": false
    }
}

```


---

# 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://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/sender/get-sender-list.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.
