AurionAI Docs

Get Cs Provider Config

GET
/api/v1/configuration/cs-provider

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/configuration/cs-provider"
{
  "api_base_url": "string",
  "capabilities": {
    "hasContactSync": true,
    "hasKbSearch": false,
    "hasServiceCatalog": false,
    "hasTicketManagement": true
  },
  "connection_status": "unknown",
  "credentials_secret_name": "string",
  "display_name": "string",
  "has_stored_credentials": false,
  "last_verified_at": "2019-08-24T14:15:22Z",
  "portal_base_url": "string",
  "provider_config_id": "string",
  "provider_type": "string",
  "updated_at": "2019-08-24T14:15:22Z",
  "version": 0
}
Empty