# authenticate

### Description

Authenticate users and issue valid tokens.

### Header parameters

<table><thead><tr><th>Name</th><th>Info</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>apiID</td><td>ID of the API</td><td>true</td></tr><tr><td>apiKey</td><td>Key of the API</td><td>true</td></tr></tbody></table>

### Response&#x20;

```json
struct { 
    "token": string 
}
```
