API REFERENCE

API Overview

The PandaTask API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

REQUEST EXAMPLE
// Set up your Authorization header
curl -X GET https://api.pandatask.com/v1/workspaces \
  -H "Authorization: Bearer YOUR_API_KEY"