Worktonomy API

API integration for the Worktonomy platform. This is currently in development, boilerplate is demonstrated below...

Getting Started

To use this API, simply make a GET request to the endpoint with the appropriate parameters.

Base URL

https://api.worktonomy.com/v1/

Example Request

GET https://api.worktonomy.com/v1/data?param=value

Example Response

{
  "status": "success",
  "data": {
    "id": 123,
    "name": "Example",
    "value": 42
  }
}

Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

Need Help?

Contact us at support@worktonomy.com