Returns a list of the agent’s skills.
Permissions
---- Permissions:INTEGRATOR,SUPERVISOR,OPERATOR,BOT ----
HTTP Request
GET /api/v1/agents/skills HTTP/1.1 Content-Type: application/json Authorization: Bearer <integrator_token> Host: localhost:8080
Example of a Successful HTTP Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: application/json
Content-Length: 214
[
{
"id": 1,
"name": "loans"
},
{
"id": 2,
"name": "deposits"
},
{
"id": 3,
"name": "cards"
},
{
"id": 4,
"name": "insurance"
},
{
"id": 5,
"name": "remote services"
}
]