# 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 %}
