API Reference

GET training-bots

GET
training-bots

GET operation for training-bots

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/training-bots"
{
  "id": 0,
  "name": "string",
  "description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "modified_at": "2019-08-24T14:15:22Z",
  "is_active": true,
  "include_in_outboard": true
}
Empty
Empty
Empty

How is this guide?