Stampfactory
Dokumentation
Stempelungen

Stempel-Erinnerung senden

Sends a push notification reminder to an employee who forgot to clock in. The "time" value is the employee's scheduled shift start (most useful context for the recipient), not the send timestamp.

POST
/employees/{employee}/remind-clockin
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

employee*string

The employee ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X POST "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/remind-clockin"
{  "status": "ok"}