# Server (WIP)

## Initialize

<mark style="color:blue;">`GET`</mark> `https://api.koople.com/proxy/server/initialize`

#### Headers

| Name      | Type   | Description                 |
| --------- | ------ | --------------------------- |
| x-api-key | string | Environment server API key. |

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

```
{
    // TODO
}
```

{% endtab %}

{% tab title="404 Could not find a environment matching this api key." %}

```
{
    // TODO
}
```

{% endtab %}
{% endtabs %}
