> 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-template.md).

# Get template

`HEAD` `https://api.debitdirect.io/agreements`

Retrieve a metaData collection object to be used when [creating an agreement](/api/api-reference/agreements/create-agreement.md).

#### Request Body

| Name                                     | Type   | Description                              |
| ---------------------------------------- | ------ | ---------------------------------------- |
| scheme<mark style="color:red;">\*</mark> | String | Name of supported scheme. Ex. 'nets-ls'. |

{% tabs %}
{% tab title="200: OK MetaData template to use for creating an agreement." %}

```json
{
    "metaData": {
        "key" : "value"
    }
}
```

{% endtab %}
{% endtabs %}
