- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Webhook for pending checklists
POST
/checklists/webhook/pending
Checklists
Request
Body Params application/json
location_id
string
optional
status
string
optional
Example:
pending
Example
{
"location_id": "string",
"status": "pending"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/checklists/webhook/pending' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string",
"status": "pending"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🔴500Server Error