Overview

Authentication

Authentication applies a Basic Authentication scheme. All API requests, unless otherwise noted, require the use of an Authentication header like the one below.

{
	Authentication: "Basic CLIENT_ID:CLIENT_SECRET" //CLIENT_ID:CLIENT_SECRET is base64 encoded.
}

To acquire client credentials, please contact [email protected].

Resources

Checklist Runs

POST /checklists/[id]/runs

This endpoint allows clients to initiate a run of a checklist and also to assign ownership of the work to a teammate.

The top-level key for the JSON body will be checklistRun. That object should include the following keys: