Manifestly Checklists
Manifest API integration for workflow automation
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | http://localhost:1111/ | link | — | — | — |
Actions (20)
Authentication · 4
- LogoutPOST /logout
Logout and revoke the current OAuth access token.
documented - LogoutPOST /logout
Logout and revoke the API key's session (account-wide).
documented - Verify OAuth authenticationGET /verify
Verify that OAuth authentication is working and return user information.
documented - Verify OAuth authenticationGET /verify
Verify that OAuth authentication is working and return user information.
documented
Departments · 4
- List departmentsGET /departments
List departments accessible to the API key account.
documented - List departmentsGET /departments
List departments accessible to the authenticated token. Supports search & pagination.
documented - Show departmentGET /departments/{id}
Retrieve a single department by ID.
documented - Show departmentGET /departments/{id}
Retrieve a single department by ID.
documented
Run Steps · 4
- Change run step statePOST /runs/{run_id}/run_steps/{id}
Change a run-step state using the action parameter.
documented - Create run step commentPOST /runs/{run_id}/run_steps/{run_step_id}/comments
Create a new comment on the specified run step.
documented - List run step commentsGET /runs/{run_id}/run_steps/{run_step_id}/comments
Retrieve all comments for a given run step.
documented - Show run stepGET /runs/{run_id}/steps/{step_id}
Retrieve a run step by the original workflow step_id.
documented
Webhooks · 4
- Create webhookPOST /webhooks
Create a new webhook subscription.
documented - Delete webhookDELETE /webhooks/{id}
Remove a webhook subscription.
documented - List webhooksGET /webhooks
Returns active webhooks for the current master account.
documented - Update webhookPATCH /webhooks/{id}
Update an existing webhook subscription.
documented