# Methods

## Get Single Payout

<mark style="color:blue;">`GET`</mark> `https://api.siesta.cloud/payout/{id}&token={token}`

This endpoint allows allows to get you information about payout, witch was send to your bank account .

#### Path Parameters

| Name  | Type   | Description                                     |
| ----- | ------ | ----------------------------------------------- |
| token | string | Your unique token                               |
| id    | number | ID of payout you want to get (variable symbol). |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
  "date": "2020-03-19T10:47:30.326Z",
  "accountCompanyName": "string",
  "accountFirstName": "string",
  "accountLastName": "string",
  "totalAmount": 0,
  "currencyIsoCode": "string",
  "bounties": [
    {
      "reservationId": 0,
      "reservationServiceItemName": "string",
      "amount": 0,
      "currencyCode": "string",
      "source": "string",
      "sourceName": "string",
      "reservationDetailLink": "string",
      "reservationPublicId": "string"
    }
  ],
  "id": 0
}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": content-length: 0 
 date: Thu, 19 Mar 2020 10:38:25 GMT 
 request-context: appId=cid-v1:b39ad8c8-8488-4dd5-9f63-aa3621ccb71f 
 status: 404 
 x-content-type-options: nosniff 
 x-frame-options: SAMEORIGIN 
 x-xss-protection: 1; mode=block "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}


---

# 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://cs.help.siesta.cloud/en/main/api-1/api.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.
