List Shift Templates
Return built-in shift schedule templates.
Return built-in shift schedule templates.
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"
}
]
}
]