Parsable Connected Worker API

Token-authenticated JSON API for the Parsable Connected Worker platform. All calls are HTTP POSTs to https://api.parsable.net/api/ carrying a `{ "method", "arguments" }` envelope and an Authorization: Token header. Organized into 17 modules (Job, Job Template, Field Data, Messaging, Reporting, Analytics, Team, User, Notification, and more) used to automate job planning, trigger workflows, generate reports, and extract execution data.

API entry from apis.yml

apis.yml Raw ↑
name: Parsable Connected Worker API
description: 'Token-authenticated JSON API for the Parsable Connected Worker platform. All calls are HTTP
  POSTs to https://api.parsable.net/api/<MODULE> carrying a `{ "method", "arguments" }` envelope and an
  Authorization: Token <jwt> header. Organized into 17 modules (Job, Job Template, Field Data, Messaging,
  Reporting, Analytics, Team, User, Notification, and more) used to automate job planning, trigger workflows,
  generate reports, and extract execution data.'
humanURL: https://apidocs.parsable.com/
baseURL: https://api.parsable.net/api
properties:
- type: Documentation
  url: https://apidocs.parsable.com/
- type: APIReference
  url: https://apidocs.parsable.com/
- type: Authentication
  url: authentication/parsable-authentication.yml
- type: Conventions
  url: conventions/parsable-conventions.yml
- type: ErrorCatalog
  url: errors/parsable-problem-types.yml
- type: Lifecycle
  url: lifecycle/parsable-lifecycle.yml
- type: CLI
  url: cli/parsable-cli.yml