Aurion Docs
Api

Test Itsm Provider Connection

POST
/api/v1/configuration/itsm-provider/test-connection
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://loading/api/v1/configuration/itsm-provider/test-connection"
{
  "diagnostics": {},
  "error_type": "string",
  "provider": "string",
  "status": "connected"
}