AurionAI Docs

Check Shift Presence

GET
/api/v2/agent-shifts/presence/{user_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

user_id*User Id

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/agent-shifts/presence/string"
{
  "checked_at": "string",
  "on_shift": true,
  "user_id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}