AurionAI Docs

Save Helpdesk Setup

Save helpdesk inbox configuration as part of onboarding step 4.

POST
/api/v1/onboarding/helpdesk-setup

Save helpdesk inbox configuration as part of onboarding step 4.

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/onboarding/helpdesk-setup" \  -H "Content-Type: application/json" \  -d '{}'
{
  "state": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}