> For the complete documentation index, see [llms.txt](https://devs.debitdirect.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devs.debitdirect.io/api/api-reference/agreements/get-agreement.md).

# Get agreement

## List agreements

<mark style="color:blue;">`GET`</mark> `https://api.debitdirect.io/agreements/{handle}`

#### Path Parameters

| Name                                     | Type   | Description |
| ---------------------------------------- | ------ | ----------- |
| handle<mark style="color:red;">\*</mark> | String |             |

#### Query Parameters

| Name     | Type | Description |
| -------- | ---- | ----------- |
| page     | int  |             |
| pagesize | int  |             |

{% tabs %}
{% tab title="200: OK Paged collection of agreement." %}

```json
{
    "handle" : "string"
}
```

{% endtab %}

{% tab title="401: Unauthorized " %}

{% endtab %}

{% tab title="404: Not Found " %}

{% endtab %}
{% endtabs %}
