# Bot

## Get Bot

<mark style="color:blue;">`GET`</mark> `/bot/:id`

#### Path Parameters

| Name | Type   | Description                                    |
| ---- | ------ | ---------------------------------------------- |
| id   | String | It specifies which bot data you will withdraw. |

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

```javascript
{
   error: "You entered invalid bot token."
}
```

{% endtab %}

{% tab title="200: OK " %}

```javascript
{
    success: 'Certificate successfully applied.'
}
```

{% endtab %}

{% tab title="400: Bad Request " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
