Skip to content

Overview

The ywork API is a REST API for programmatic access to your ywork workspace — projects, tasks, users and webhooks.

The API is organised around predictable, resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP status codes, verbs and authentication.

All requests must be made over HTTPS. Requests made over plain HTTP are refused. Authentication is performed with a bearer token — see the Authentication guide.

Authenticate by sending your secret API key as a bearer token in the Authorization header: Authorization: Bearer ywork_sk_....

Security scheme type: http

Bearer format: API key