Light Mode
Webhook for pending checklists
POST
/checklists/webhook/pendingTrigger a webhook if all staff clocked out but checklists remain incomplete.
Request
Body Params application/json
location_id
string
optional
status
string
optional
Example:
pending
Example
{
"location_id": "string",
"status": "pending"
}
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Webhook triggered successfully
Data Schema
object {0}
Example
{}
Last modified: 5 days ago