AurionAI Docs

List Shift Templates

Return built-in shift schedule templates.

GET
/api/v2/agent-shifts/templates

Return built-in shift schedule templates.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/agent-shifts/templates"
[
  {
    "key": "string",
    "name": "string",
    "schedule": [
      {
        "day": "string",
        "end": "string",
        "start": "string"
      }
    ]
  }
]