Endpoints
Get servers
GET
/servers
Returns all servers
Response model:
List[Server]
Params
| Field | Default | Description |
|---|---|---|
| limit | 20 | The limit number of the bots |
| skip | 0 | The offset of the bots |
Get server
GET
/servers/:server_id
Returns a server with specified id
Response model:
Server