ywork API Support
Overview
ywork API 1.0.0
Section titled “ywork API 1.0.0”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.
Authentication
Section titled “Authentication”bearerAuth
Section titled “bearerAuth”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